phpgroupware-cvs
[Top][All Lists]
Advanced

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

[Phpgroupware-cvs] api/db class.db_sybase.php,1.3


From: powerstat
Subject: [Phpgroupware-cvs] api/db class.db_sybase.php,1.3
Date: Mon, 18 Apr 2005 11:12:00 +0200

Update of api/db

Modified Files:
     Branch: MAIN
            class.db_sybase.php lines: +2 -2

Log Message:
fixed syntax error

====================================================
Index: api/db/class.db_sybase.php
diff -u api/db/class.db_sybase.php:1.2 api/db/class.db_sybase.php:1.3
--- api/db/class.db_sybase.php:1.2      Mon Apr 18 07:44:28 2005
+++ api/db/class.db_sybase.php  Mon Apr 18 09:12:30 2005
@@ -46,7 +46,7 @@
                        }
                        if(!$this->Link_ID)
                        {
-                               $this->halt('Link-ID == false, ' . 
($GLOBALS['phpgw_info']['server']['db_persistent'] ? 'p' : '') . 'connect 
failed');
+                               $this->halt('Link-ID == false, ' . 
$GLOBALS['phpgw_info']['server']['db_persistent'] ? 'p' : '' . 'connect 
failed');
                        }
                        if(!sybase_select_db($this->Database, $this->Link_ID))
                        {






reply via email to

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