Ignore:
Timestamp:
Feb 15, 2013, 2:04:39 PM (11 years ago)
Author:
nikrou
Message:

Fix issue that altering picture page content
Fix possible sql injections issues

File:
1 edited

Legend:

Unmodified
Added
Removed
  • extensions/user_tags/include/t4u_config.class.php

    r20252 r20762  
    8989       and is_autorize_status(get_access_type_status($this->getPermission($permission))));
    9090  }
    91 
     91 
    9292  public static function plugin_admin_menu($menu) {
    9393    $menu[] = array('NAME' => T4U_PLUGIN_NAME,
    9494                    'URL' => get_admin_plugin_menu_link(T4U_PLUGIN_ROOT .'/admin.php')
    9595                    );
    96 
     96   
    9797    return $menu;
    9898  }
     
    122122  }
    123123}
    124 ?>
Note: See TracChangeset for help on using the changeset viewer.