phpgroupware-cvs
[Top][All Lists]
Advanced

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

[Phpgroupware-cvs] CVS: setup/inc functions.inc.php,1.41.2.2,1.41.2.3


From: Miles Lott <address@hidden>
Subject: [Phpgroupware-cvs] CVS: setup/inc functions.inc.php,1.41.2.2,1.41.2.3
Date: Sun, 10 Mar 2002 16:37:21 -0500

Update of /cvsroot/phpgroupware/setup/inc
In directory subversions:/tmp/cvs-serv15820

Modified Files:
      Tag: Version-0_9_14-branch
        functions.inc.php 
Log Message:
Possible fix for BUG# 100546

Index: functions.inc.php
===================================================================
RCS file: /cvsroot/phpgroupware/setup/inc/functions.inc.php,v
retrieving revision 1.41.2.2
retrieving revision 1.41.2.3
diff -C2 -r1.41.2.2 -r1.41.2.3
*** functions.inc.php   7 Feb 2002 07:21:30 -0000       1.41.2.2
--- functions.inc.php   10 Mar 2002 21:37:19 -0000      1.41.2.3
***************
*** 27,31 ****
                include('../header.inc.php');
        }
!       else
        {
                define('PHPGW_SERVER_ROOT','..');
--- 27,32 ----
                include('../header.inc.php');
        }
!       /*  If we included the header.inc.php, but it is somehow broken, cover 
ourselves... */
!       if(!defined('PHPGW_SERVER_ROOT') && !defined('PHPGW_INCLUDE_ROOT'))
        {
                define('PHPGW_SERVER_ROOT','..');




reply via email to

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