From 33d95b8059fcf40e5c70ad7fbcfa0565a9c05473 Mon Sep 17 00:00:00 2001
From: tbrehm <t.brehm@ispconfig.org>
Date: Tue, 27 Oct 2009 10:51:33 -0400
Subject: [PATCH] Fixed: FS#945 - Table columns should be quoted in Server/lib/classes/db_mysql.inc.php
---
server/lib/classes/db_mysql.inc.php | 4 +++-
1 files changed, 3 insertions(+), 1 deletions(-)
diff --git a/server/lib/classes/db_mysql.inc.php b/server/lib/classes/db_mysql.inc.php
index 986aa81..1a3b978 100644
--- a/server/lib/classes/db_mysql.inc.php
+++ b/server/lib/classes/db_mysql.inc.php
@@ -189,7 +189,8 @@
return $out;
}
-
+ /*
+ //* These functions are deprecated and will be removed.
function insert($tablename,$form,$debug = 0)
{
if(is_array($form)){
@@ -224,6 +225,7 @@
if($debug == 1) echo "mySQL Error Message: ".$this->errorMessage;
}
}
+ */
public function closeConn()
{
--
Gitblit v1.9.1