[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Phpgroupware-cvs] CVS: phpgwapi/inc functions.inc.php,1.121.2.13.2.3,1
From: |
Ralf Becker <address@hidden> |
Subject: |
[Phpgroupware-cvs] CVS: phpgwapi/inc functions.inc.php,1.121.2.13.2.3,1.121.2.13.2.4 |
Date: |
Mon, 05 May 2003 15:02:34 -0400 |
Update of /cvsroot/phpgroupware/phpgwapi/inc
In directory subversions:/tmp/cvs-serv6191
Modified Files:
Tag: Version-0_9_16-branch
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.121.2.13.2.3
retrieving revision 1.121.2.13.2.4
diff -C2 -r1.121.2.13.2.3 -r1.121.2.13.2.4
*** functions.inc.php 28 Mar 2003 15:08:21 -0000 1.121.2.13.2.3
--- functions.inc.php 5 May 2003 19:02:32 -0000 1.121.2.13.2.4
***************
*** 169,173 ****
if (! @$GLOBALS['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>';
--- 169,173 ----
if (! @$GLOBALS['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>';
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Phpgroupware-cvs] CVS: phpgwapi/inc functions.inc.php,1.121.2.13.2.3,1.121.2.13.2.4,
Ralf Becker <address@hidden> <=