Changeset 21818 for trunk/picture.php
- Timestamp:
- Mar 24, 2013, 7:49:06 AM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/picture.php
r21039 r21818 151 151 { 152 152 global $conf; 153 153 154 154 if ( !empty($content) ) 155 155 {// someone hooked us - so we skip; … … 378 378 unset($_POST['content']); 379 379 } 380 380 381 381 $edit_comment = $_GET['comment_to_edit']; 382 382 } … … 774 774 ), 775 775 'U_PHOTO_ADMIN' => $url_admin, 776 'U_ADMIN' => $url_admin, // TEMP 2.5 for backward compatibility777 776 ) 778 777 ); … … 987 986 if (!isset($page['start'])) $page['start'] = 0; 988 987 include( PHPWG_ROOT_PATH.'include/menubar.inc.php'); 989 if (is_admin()) $template->assign('U_ADMIN', $url_admin); // overwrited by the menu TEMP 2.5 for backward compatibility990 988 } 991 989
Note: See TracChangeset
for help on using the changeset viewer.