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.131,1.132


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

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

Modified Files:
        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.131
retrieving revision 1.132
diff -C2 -r1.131 -r1.132
*** class.common.inc.php        18 Feb 2002 01:54:15 -0000      1.131
--- class.common.inc.php        10 Apr 2002 18:29:28 -0000      1.132
***************
*** 646,650 ****
                        while ($entry=$d->read())
                        {
!                               if ($entry != 'CVS' && $entry != '.' && $entry 
!= '..' && is_dir(PHPGW_SERVER_ROOT . '/phpgwapi/templates/' . $entry))
                                {
                                        $list[$entry]['name'] = $entry;
--- 646,650 ----
                        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]