Changeset 11245
- Timestamp:
- Apr 8, 2009, 5:26:36 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
OpenPNE/trunk/webapp/modules/ktai/page/h_album_edit.php
r11195 r11245 29 29 $this->set('target_c_album', $c_album); 30 30 } else { 31 $c_album['public_flag'] = $c_member['public_flag_album'];31 $c_album['public_flag'] = "public"; 32 32 $this->set('target_c_album', $c_album); 33 33 }
Note: See TracChangeset
for help on using the changeset viewer.