Ignore:
Timestamp:
Apr 21, 2014, 6:09:17 PM (10 years ago)
Author:
flop25
Message:

escape language value for js

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/plugins/TakeATour/main.inc.php

    r28208 r28243  
    2727
    2828/** Setup the tour **/
    29 if (pwg_get_session_var('tour_to_launch') and isset($_GET['page']) and $_GET['page']=="plugin-TakeATour" )
     29$version_=str_replace('.','_',PHPWG_VERSION);
     30if (pwg_get_session_var('tour_to_launch')!=$version_ and isset($_GET['page']) and $_GET['page']=="plugin-TakeATour")
    3031{
    3132  pwg_unset_session_var('tour_to_launch');
Note: See TracChangeset for help on using the changeset viewer.