phpgroupware-cvs
[Top][All Lists]
Advanced

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

[Phpgroupware-cvs] CVS: phpgwapi/inc functions.inc.php,1.171,1.172


From: Ralf Becker <address@hidden>
Subject: [Phpgroupware-cvs] CVS: phpgwapi/inc functions.inc.php,1.171,1.172
Date: Mon, 05 May 2003 15:11:49 -0400

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

Modified Files:
        functions.inc.php 
Log Message:
gnu-patch #1244


Index: functions.inc.php
===================================================================
RCS file: /cvsroot/phpgroupware/phpgwapi/inc/functions.inc.php,v
retrieving revision 1.171
retrieving revision 1.172
diff -C2 -r1.171 -r1.172
*** functions.inc.php   22 Apr 2003 22:30:38 -0000      1.171
--- functions.inc.php   5 May 2003 19:11:47 -0000       1.172
***************
*** 181,185 ****
        if(address@hidden'phpgw']->db->next_record())
        {
!               $setup_dir = @ereg_replace($PHP_SELF,'index.php','setup/');
                echo '<center><b>Fatal Error:</b> It appears that you have not 
created the database tables for '
                        .'phpGroupWare.  Click <a href="' . $setup_dir . 
'">here</a> to run setup.</center>';
--- 181,185 ----
        if(address@hidden'phpgw']->db->next_record())
        {
!               $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.  Click <a href="' . $setup_dir . 
'">here</a> to run setup.</center>';





reply via email to

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