Index: temp/trunk/html/admin/basis/mail.php
===================================================================
--- temp/trunk/html/admin/basis/mail.php	(revision 5166)
+++ temp/trunk/html/admin/basis/mail.php	(revision 5167)
@@ -76,5 +76,5 @@
 	if ( $result ){
 		$sql_where = "template_id = ". addslashes($_POST['template_id']);
-		$conn->query("UPDATE dtb_mailtemplate SET template_id = ?, subject,header = ?, footer,creator_id = ?, update_date = ?", $data);
+		$conn->query("UPDATE dtb_mailtemplate SET template_id = ?, subject = ?,header = ?, footer,creator_id = ?, update_date = ?", $data);
 	}else{
 		$data["create_date"] = "now()";
