From c38346b97c41d0d7278e04e69b8bf1e9266ac93e Mon Sep 17 00:00:00 2001 From: Clemens Schwaighofer Date: Mon, 22 Feb 2016 11:03:09 +0900 Subject: [PATCH] Comment update --- www/libs/Class.Form.Generate.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/www/libs/Class.Form.Generate.inc b/www/libs/Class.Form.Generate.inc index 01506f4d..ba381b27 100644 --- a/www/libs/Class.Form.Generate.inc +++ b/www/libs/Class.Form.Generate.inc @@ -1211,7 +1211,7 @@ { // if a where was given, set this key also [dangerous!] - // posgres compatible insert + // postgreSQL compatible insert $q = "INSERT INTO ".$this->table_array[$key]["table_name"]." (".$this->table_array[$key]["input_name"].") VALUES ('".addslashes($this->table_array[$key]["input_value"])."')"; $this->db_exec($q); if ($this->table_array[$key]["where"])