diff options
Diffstat (limited to 'admin/extend_for_templates.php')
-rw-r--r-- | admin/extend_for_templates.php | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/admin/extend_for_templates.php b/admin/extend_for_templates.php index 79321191e..a6cd56d92 100644 --- a/admin/extend_for_templates.php +++ b/admin/extend_for_templates.php @@ -139,10 +139,10 @@ if (isset($_POST['submit']) and !is_adviser()) $conf['extents_for_templates'] = serialize($replacements); $tpl_extension = $replacements; /* ecrire la nouvelle conf */ - $query = " -UPDATE ".CONFIG_TABLE." - SET value = '". $conf['extents_for_templates'] ."' -WHERE param = 'extents_for_templates';"; + $query = ' +UPDATE '.CONFIG_TABLE.' + SET value = \''. $conf['extents_for_templates'] .'\' +WHERE param = \'extents_for_templates\';'; if (pwg_query($query)) { array_push($page['infos'], |