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.2


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

Update of api/db

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

Log Message:
Fixed syntax error: one '.' to much

====================================================
Index: api/db/class.db_sybase.php
diff -u api/db/class.db_sybase.php:1.1 api/db/class.db_sybase.php:1.2
--- api/db/class.db_sybase.php:1.1      Thu Oct 23 07:25:03 2003
+++ api/db/class.db_sybase.php  Mon Apr 18 07:44:28 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]