Changeset 10014


Ignore:
Timestamp:
Apr 3, 2011, 12:51:07 PM (13 years ago)
Author:
mistic100
Message:

warnings on admin page

File:
1 edited

Legend:

Unmodified
Added
Removed
  • extensions/bbcode_bar/main.inc.php

    r10011 r10014  
    5050               
    5151                if (
    52                         ($_GET['page'] == 'plugins_list' OR $_GET['section'] == 'bbcode_bar/admin.php')
     52                        ((isset($_GET['page']) AND $_GET['page'] == 'plugins_list') OR (isset($_GET['section']) AND $_GET['section'] == 'bbcode_bar/admin.php'))
    5353                        AND isset($pwg_loaded_plugins['SmiliesSupport'])
    5454                        AND version_compare($pwg_loaded_plugins['SmiliesSupport']['version'], '2.2.a') == -1
Note: See TracChangeset for help on using the changeset viewer.