- Timestamp:
- Apr 20, 2009, 5:13:55 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
OpenPNE/branches/stable-2.12.x/webapp/modules/pc/page/h_album_cover_edit.php
r11346 r11369 33 33 } 34 34 35 $album['subject'] = $subject; 36 $album['description'] = $description; 37 $album['public_flag'] = $public_flag; 35 // 内容の不備によるリダイレクト時は値を上書き 36 if ($requests['msg']) { 37 $album['subject'] = $subject; 38 $album['description'] = $description; 39 $album['public_flag'] = $public_flag; 40 } 38 41 39 42 $this->set('inc_navi', fetch_inc_navi('h'));
Note: See TracChangeset
for help on using the changeset viewer.