Changeset 9722
- Timestamp:
- Dec 27, 2008, 3:47:29 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
OpenPNE/branches/stable-2.10.x/webapp/lib/db/member.php
r9318 r9722 459 459 " WHERE c_member_id IN (". $ids . ")" . 460 460 " AND birth_day = ?" . 461 " AND birth_month = ?"; 461 " AND birth_month = ?". 462 " order by c_member_id asc"; 462 463 $params = array(intval($day), intval($month)); 463 464 return db_get_all($sql, $params);
Note: See TracChangeset
for help on using the changeset viewer.