phpgroupware-cvs
[Top][All Lists]
Advanced

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

[Phpgroupware-cvs] CVS: phpgwapi/inc class.common.inc.php,1.123,1.123.2.


From: Mark A Peters <address@hidden>
Subject: [Phpgroupware-cvs] CVS: phpgwapi/inc class.common.inc.php,1.123,1.123.2.1
Date: Wed, 10 Apr 2002 14:29:48 -0400

Update of /cvsroot/phpgroupware/phpgwapi/inc
In directory subversions:/tmp/cvs-serv14013/phpgwapi/inc

Modified Files:
      Tag: Version-0_9_14-branch
        class.common.inc.php 
Log Message:
Fixed it so the phpgw_website will not be visible in the get_tempalte function. 
 This should stop the demo from being dorked up.

Index: class.common.inc.php
===================================================================
RCS file: /cvsroot/phpgroupware/phpgwapi/inc/class.common.inc.php,v
retrieving revision 1.123
retrieving revision 1.123.2.1
diff -C2 -r1.123 -r1.123.2.1
*** class.common.inc.php        8 Jan 2002 03:37:51 -0000       1.123
--- class.common.inc.php        10 Apr 2002 18:29:46 -0000      1.123.2.1
***************
*** 621,625 ****
                        while ($entry=$d->read())
                        {
!                               if ($entry != 'CVS' && $entry != '.' && $entry 
!= '..' && is_dir(PHPGW_SERVER_ROOT . '/phpgwapi/templates/' . $entry))
                                {
                                        $list[$entry]['name'] = $entry;
--- 621,625 ----
                        while ($entry=$d->read())
                        {
!                               if ($entry != 'CVS' && $entry != '.' && $entry 
!= '..' && $entry != 'phpgw_website' && is_dir(PHPGW_SERVER_ROOT . 
'/phpgwapi/templates/' . $entry))
                                {
                                        $list[$entry]['name'] = $entry;




reply via email to

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