Changeset 3070
- Timestamp:
- May 21, 2007, 4:57:10 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
OpenPNE/branches/2.8.x/webapp/modules/admin/do/csv_member.php
r3068 r3070 125 125 $ley_list[]="誕生日"; 126 126 foreach ($c_profile_list as $profile) { 127 if ($profile[' caption'] != 'ポイント') {127 if ($profile['name'] != 'PNE_POINT') { 128 128 $ley_list[]= $profile['caption']; 129 129 }
Note: See TracChangeset
for help on using the changeset viewer.