Changeset 3473 for extensions/CommentEditor/classes/ce_config.class.php
- Timestamp:
- Jun 29, 2009, 1:55:17 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
extensions/CommentEditor/classes/ce_config.class.php
r3462 r3473 89 89 REPLACE INTO '.CONFIG_TABLE.' 90 90 VALUES( 91 \'' .$plugin_id.'\',92 \'' .serialize($default_config).'\',91 \'' . $plugin_id . '\', 92 \'' . serialize($default_config) . '\', 93 93 \'Factory settings for '. $plugin_id . '\') 94 94 ;'; … … 104 104 $query = ' 105 105 DELETE FROM '.CONFIG_TABLE.' 106 WHERE param = \'' .$plugin_id.'\'106 WHERE param = \'' . $plugin_id . '\' 107 107 ;'; 108 108 $result = pwg_query($query);
Note: See TracChangeset
for help on using the changeset viewer.