- Timestamp:
- Apr 8, 2008, 5:51:19 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
OpenPNE/branches/work/ogawa/2059_profile/webapp/lib/db/member.php
r6420 r6427 253 253 if ($key == 'birth_year') { 254 254 $wheres[] = "public_flag_birth_year = 'public'"; 255 } 256 if ($key == 'birth_month' || $key == 'birth_day') { 257 $wheres[] = "public_flag_birth_month_day = 'public'"; 255 258 } 256 259 }
Note: See TracChangeset
for help on using the changeset viewer.