phpgroupware-cvs
[Top][All Lists]
Advanced

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

[Phpgroupware-cvs] CVS: phpgroupware home.php,1.16,1.17


From: Miles Lott <address@hidden>
Subject: [Phpgroupware-cvs] CVS: phpgroupware home.php,1.16,1.17
Date: Tue, 19 Feb 2002 22:45:38 -0500

Update of /cvsroot/phpgroupware/phpgroupware
In directory subversions:/tmp/cvs-serv20767

Modified Files:
        home.php 
Log Message:
trying to hide transient error in php3

Index: home.php
===================================================================
RCS file: /cvsroot/phpgroupware/phpgroupware/home.php,v
retrieving revision 1.16
retrieving revision 1.17
diff -C2 -r1.16 -r1.17
*** home.php    2 Jan 2002 14:33:01 -0000       1.16
--- home.php    20 Feb 2002 03:45:35 -0000      1.17
***************
*** 126,130 ****
                        for ($i=0; $i<count($lines); $i++)
                        {
!                               if (ereg('currentversion',$lines[$i]))
                                {
                                        $line_found = 
explode(':',chop($lines[$i]));
--- 126,130 ----
                        for ($i=0; $i<count($lines); $i++)
                        {
!                               if(@ereg('currentversion',$lines[$i]))
                                {
                                        $line_found = 
explode(':',chop($lines[$i]));




reply via email to

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