Changeset 28097 for extensions/TakeATour/main.inc.php
- Timestamp:
- Apr 6, 2014, 3:51:22 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
extensions/TakeATour/main.inc.php
r28060 r28097 26 26 } 27 27 28 if ( pwg_get_session_var('tour_to_launch') and defined('IN_ADMIN') and IN_ADMIN ) 28 if (pwg_get_session_var('tour_to_launch') and defined('IN_ADMIN') and IN_ADMIN and isset($_GET['page']) and $_GET['page']=="plugin-TakeATour" ) 29 { 30 pwg_unset_session_var('tour_to_launch'); 31 } 32 elseif ( pwg_get_session_var('tour_to_launch') and defined('IN_ADMIN') and IN_ADMIN) 29 33 { 30 34 global $conf; … … 35 39 } 36 40 } 41 37 42 function TAT_add_js_css() 38 43 {
Note: See TracChangeset
for help on using the changeset viewer.