Changeset 28180 for trunk/plugins/TakeATour
- Timestamp:
- Apr 14, 2014, 10:58:02 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/plugins/TakeATour/main.inc.php
r28169 r28180 27 27 } 28 28 29 if (pwg_get_session_var('tour_to_launch') and defined('IN_ADMIN') and IN_ADMIN andisset($_GET['page']) and $_GET['page']=="plugin-TakeATour" )29 if (pwg_get_session_var('tour_to_launch') and isset($_GET['page']) and $_GET['page']=="plugin-TakeATour" ) 30 30 { 31 31 pwg_unset_session_var('tour_to_launch'); 32 32 } 33 elseif ( pwg_get_session_var('tour_to_launch') and defined('IN_ADMIN') and IN_ADMIN)33 elseif ( pwg_get_session_var('tour_to_launch') ) 34 34 { 35 35 add_event_handler('init', 'TAT_add_js_css');
Note: See TracChangeset
for help on using the changeset viewer.