Ignore:
Timestamp:
May 25, 2011, 9:36:23 PM (13 years ago)
Author:
Zaphod
Message:

version 1.3.9

File:
1 edited

Legend:

Unmodified
Added
Removed
  • extensions/stripped/admin/upgrade.inc.php

    r10688 r11059  
    1313        'replaceActionIcons'                    => true,
    1414        'noLowercase'                                   => false,
     15        'showThumbLegend'                               => false,
    1516        'showTitleOnBrowsePath'                 => false,
    1617        'showDescriptionInsteadOfTitle' => false,
     
    3031    $query = '
    3132INSERT INTO ' . CONFIG_TABLE . ' (param,value,comment)
    32 VALUES ("stripped" , "'.addslashes(serialize($config)).'" , "stripped theme parameters");';
     33VALUES ("stripped" , "'.pwg_db_real_escape_string(serialize($config)).'" , "stripped theme parameters");';
    3334
    3435    pwg_query($query);
Note: See TracChangeset for help on using the changeset viewer.