Ignore:
Timestamp:
Apr 6, 2014, 3:51:22 PM (11 years ago)
Author:
flop25
Message:

every steps move to lang file
script debugged/enhanced

File:
1 edited

Legend:

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

    r28060 r28097  
    2626}
    2727
    28 if ( pwg_get_session_var('tour_to_launch') and defined('IN_ADMIN') and IN_ADMIN  )
     28if (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}
     32elseif ( pwg_get_session_var('tour_to_launch') and defined('IN_ADMIN') and IN_ADMIN)
    2933{
    3034  global $conf;
     
    3539  }
    3640}
     41
    3742function TAT_add_js_css()
    3843{
Note: See TracChangeset for help on using the changeset viewer.