phpgroupware-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Phpgroupware-cvs] phpgwapi/inc class.db_mysql.inc.php, 1.30.2.3.2.4, 1


From: Chris Weiss <address@hidden>
Subject: [Phpgroupware-cvs] phpgwapi/inc class.db_mysql.inc.php, 1.30.2.3.2.4, 1.30.2.3.2.5
Date: Fri, 24 Oct 2003 02:26:06 +0000

Update of /cvsroot/phpgroupware/phpgwapi/inc
In directory subversions:/tmp/cvs-serv26566/phpgwapi/inc

Modified Files:
      Tag: Version-0_9_16-branch
        class.db_mysql.inc.php 
Log Message:
[Patch #2000 ] mysql connect on a db that doesn't exsist needs to fail


Index: class.db_mysql.inc.php
===================================================================
RCS file: /cvsroot/phpgroupware/phpgwapi/inc/class.db_mysql.inc.php,v
retrieving revision 1.30.2.3.2.4
retrieving revision 1.30.2.3.2.5
diff -C2 -d -r1.30.2.3.2.4 -r1.30.2.3.2.5
*** class.db_mysql.inc.php      8 Sep 2003 01:27:44 -0000       1.30.2.3.2.4
--- class.db_mysql.inc.php      24 Oct 2003 02:26:03 -0000      1.30.2.3.2.5
***************
*** 69,72 ****
--- 69,73 ----
                                {
                                        $this->halt("cannot use database 
".$this->Database);
+                                       $this->disconnect();
                                        return 0;
                                }





reply via email to

[Prev in Thread] Current Thread [Next in Thread]