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.43,1.44


From: Miles Lott <address@hidden>
Subject: [Phpgroupware-cvs] CVS: setup/inc functions.inc.php,1.43,1.44
Date: Sun, 10 Feb 2002 15:18:53 -0500

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

Modified Files:
        functions.inc.php 
Log Message:
Fix for annoying result of cvs backup files in lang subdir



Index: functions.inc.php
===================================================================
RCS file: /cvsroot/phpgroupware/setup/inc/functions.inc.php,v
retrieving revision 1.43
retrieving revision 1.44
diff -C2 -r1.43 -r1.44
*** functions.inc.php   8 Feb 2002 06:07:46 -0000       1.43
--- functions.inc.php   10 Feb 2002 20:18:49 -0000      1.44
***************
*** 168,172 ****
                while($entry=$d->read())
                {
!                       if (ereg('phpgw_',$entry))
                        {
                                $z = substr($entry,6,2);
--- 168,172 ----
                while($entry=$d->read())
                {
!                       if (ereg('^phpgw_',$entry))
                        {
                                $z = substr($entry,6,2);




reply via email to

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