- Timestamp:
- Sep 13, 2011, 10:03:04 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
extensions/HistoryIPExcluder/branches/2.2/maintain.inc.php
r10046 r12151 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.