phpgroupware-cvs
[Top][All Lists]
Advanced

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

[Phpgroupware-cvs] phpgwapi/inc functions.inc.php,1.180


From: fipsfuchs
Subject: [Phpgroupware-cvs] phpgwapi/inc functions.inc.php,1.180
Date: Mon, 2 May 2005 10:02:00 +0200

Update of phpgwapi/inc

Modified Files:
     Branch: MAIN
            functions.inc.php lines: +3 -3

Log Message:
patch 3927
better support for mssql

====================================================
Index: phpgwapi/inc/functions.inc.php
diff -u phpgwapi/inc/functions.inc.php:1.179 
phpgwapi/inc/functions.inc.php:1.180
--- phpgwapi/inc/functions.inc.php:1.179        Tue Jan 18 23:51:53 2005
+++ phpgwapi/inc/functions.inc.php      Mon May  2 08:02:36 2005
@@ -134,10 +134,10 @@
                                           
$GLOBALS['phpgw_info']['server']['db_pass'],
                                           
$GLOBALS['phpgw_info']['server']['db_name']
                                          );
-       if(!$GLOBALS['phpgw']->adodb->ErrorMsg())
+       if(!$GLOBALS['phpgw']->adodb->ErrorNo())
        {
                $GLOBALS['phpgw']->adodb->query('select count(config_name) from 
phpgw_config');
-               if($GLOBALS['phpgw']->adodb->ErrorMsg())
+               if($GLOBALS['phpgw']->adodb->ErrorNo())
                {
                        $setup_dir = 
ereg_replace($_SERVER['PHP_SELF'],'index.php','setup/');
                        echo '<center><b>Fatal Error:</b> It appears that you 
have not created the database tables for '






reply via email to

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