Changeset 21818 for trunk/picture.php


Ignore:
Timestamp:
Mar 24, 2013, 7:49:06 AM (11 years ago)
Author:
rvelices
Message:
  • remove code for backward compatibility (jquery ui effect + template variable)
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/picture.php

    r21039 r21818  
    151151{
    152152  global $conf;
    153  
     153
    154154  if ( !empty($content) )
    155155  {// someone hooked us - so we skip;
     
    378378          unset($_POST['content']);
    379379        }
    380        
     380
    381381        $edit_comment = $_GET['comment_to_edit'];
    382382      }
     
    774774               ),
    775775      'U_PHOTO_ADMIN' => $url_admin,
    776       'U_ADMIN' => $url_admin, // TEMP 2.5 for backward compatibility
    777776      )
    778777    );
     
    987986  if (!isset($page['start'])) $page['start'] = 0;
    988987  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 compatibility
    990988}
    991989
Note: See TracChangeset for help on using the changeset viewer.