phpgroupware-cvs
[Top][All Lists]
Advanced

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

[Phpgroupware-cvs] CVS: manual/inc functions.inc.php,1.12,1.12.2.1


From: Miles Lott <address@hidden>
Subject: [Phpgroupware-cvs] CVS: manual/inc functions.inc.php,1.12,1.12.2.1
Date: Sun, 20 Jan 2002 11:28:46 -0500

Update of /cvsroot/phpgroupware/manual/inc
In directory subversions:/tmp/cvs-serv10536

Modified Files:
      Tag: Version-0_9_14-branch
        functions.inc.php 
Log Message:
silence test

Index: functions.inc.php
===================================================================
RCS file: /cvsroot/phpgroupware/manual/inc/functions.inc.php,v
retrieving revision 1.12
retrieving revision 1.12.2.1
diff -C2 -r1.12 -r1.12.2.1
*** functions.inc.php   7 Jan 2002 10:50:42 -0000       1.12
--- functions.inc.php   20 Jan 2002 16:28:44 -0000      1.12.2.1
***************
*** 15,19 ****
        function check_file($file)
        {
!               if(is_file($file))
                {
                        $file = str_replace(PHPGW_SERVER_ROOT,'',$file);
--- 15,19 ----
        function check_file($file)
        {
!               if(@is_file($file))
                {
                        $file = str_replace(PHPGW_SERVER_ROOT,'',$file);




reply via email to

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