From 7bc0f15d860f669c5e84a04a643cb11f0fb5c7dd Mon Sep 17 00:00:00 2001 From: tbrehm <t.brehm@ispconfig.org> Date: Tue, 26 Jan 2010 10:25:39 -0500 Subject: [PATCH] Fixed: FS#879 - Reseller cannot create database for himself, only for "c0" or subclients. --- 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