Changeset 1608 for plugins/cleanConfig/class.cleanconfig.php
- Timestamp:
- 10/20/09 23:21:36 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
plugins/cleanConfig/class.cleanconfig.php
r1607 r1608 35 35 elseif ($limit == 'global') 36 36 { 37 # inspir ated fromdrop() function in /dotclear/inc/core/class.dc.settings.php37 # inspired by drop() function in /dotclear/inc/core/class.dc.settings.php 38 38 $strReq = 'DELETE FROM '.$core->prefix.'setting'.' '; 39 39 $strReq .= 'WHERE blog_id IS NULL '; … … 198 198 global $core; 199 199 200 # inspir ated fromdrop() function in /dotclear/inc/core/class.dc.settings.php200 # inspired by drop() function in /dotclear/inc/core/class.dc.settings.php 201 201 $strReq = 'DELETE FROM '.$core->prefix.'version '; 202 202 $strReq .= 'WHERE module = \''.$core->con->escape($module).'\';';
Note: See TracChangeset
for help on using the changeset viewer.