Changeset 10978 for extensions/HistoryIPExcluder/trunk/maintain.inc.php
- Timestamp:
- 05/21/11 16:54:45 (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
extensions/HistoryIPExcluder/trunk/maintain.inc.php
r10045 r10978 49 49 $q = ' 50 50 INSERT INTO '.CONFIG_TABLE.' (param,value,comment) 51 VALUES ("HistoryIPConfig","'. addslashes(serialize($default)).'","History IP Excluder options");51 VALUES ("HistoryIPConfig","'.pwg_db_real_escape_string(serialize($default)).'","History IP Excluder options"); 52 52 '; 53 53 pwg_query($q);
Note: See TracChangeset
for help on using the changeset viewer.