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.5, 1


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

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

Modified Files:
      Tag: Version-0_9_16-branch
        class.db_mysql.inc.php 
Log Message:
fix invalid login detection


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.5
retrieving revision 1.30.2.3.2.6
diff -C2 -d -r1.30.2.3.2.5 -r1.30.2.3.2.6
*** class.db_mysql.inc.php      24 Oct 2003 02:26:03 -0000      1.30.2.3.2.5
--- class.db_mysql.inc.php      24 Oct 2003 02:47:15 -0000      1.30.2.3.2.6
***************
*** 125,128 ****
--- 125,130 ----
                        if (!$this->connect())
                        {
+                               $this->Errno = @mysql_errno();
+                               $this->Error = @mysql_error();
                                return 0; /* we already complained in connect() 
about that. */
                        };





reply via email to

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