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"])