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 '
_______________________________________________
Phpgroupware-cvs mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/phpgroupware-cvs