- Timestamp:
- Apr 14, 2014, 10:58:02 PM (11 years ago)
- Location:
- trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/config_default.inc.php
r26928 r28180 440 440 441 441 // if true, some language strings are replaced during template compilation 442 // (inste d of template output). this results in better performance. however442 // (instead of template output). this results in better performance. however 443 443 // any change in the language file will not be propagated until you purge 444 444 // the compiled templates from the admin / maintenance menu -
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.