Changeset 8703
- Timestamp:
- Oct 17, 2008, 5:31:47 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
OpenPNE/trunk/webapp/lib/db/member.php
r8439 r8703 406 406 407 407 $public_flags = array('public', 'friend', 'private'); 408 if ( !$c_profile['public_flag_edit']408 if ($c_profile['public_flag_edit'] 409 409 && $c_profile['public_flag_default'] != 'public') { 410 410 // 公開項目以外は除外
Note: See TracChangeset
for help on using the changeset viewer.