Marius Cramer
2013-11-20 1a2cbfbf0cd666af05c28c3a7e51de3fb59bdd99
interface/web/mail/spamfilter_config_edit.php
@@ -83,7 +83,7 @@
      $server_config_array[$section] = $app->tform->encode($this->dataRecord, $section);
      $server_config_str = $app->ini_parser->get_ini_string($server_config_array);
      $sql = "UPDATE server SET config = '".$app->db->quote($server_config_str)."' WHERE server_id = ".$server_id;
      $sql = "UPDATE server SET config = '".$app->db->quote($server_config_str)."' WHERE server_id = ".$app->functions->intval($server_id);
      $app->db->query($sql);
   }