phpgroupware-cvs
[Top][All Lists]
Advanced

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

[Phpgroupware-cvs] setup applications.php,1.21.2.8,1.21.2.9


From: Dave Hall <address@hidden>
Subject: [Phpgroupware-cvs] setup applications.php,1.21.2.8,1.21.2.9
Date: Wed, 08 Oct 2003 23:46:41 +0000

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

Modified Files:
      Tag: Version-0_9_16-branch
        applications.php 
Log Message:
hide api and notify window from list

Index: applications.php
===================================================================
RCS file: /cvsroot/phpgroupware/setup/applications.php,v
retrieving revision 1.21.2.8
retrieving revision 1.21.2.9
diff -C2 -d -r1.21.2.8 -r1.21.2.9
*** applications.php    10 Aug 2003 22:35:40 -0000      1.21.2.8
--- applications.php    8 Oct 2003 23:46:39 -0000       1.21.2.9
***************
*** 391,395 ****
                foreach($setup_info as $key => $value)
                {
!                       if(@$value['name'])
                        {
                                $i = ($i ? 0 : 1); 
--- 391,395 ----
                foreach($setup_info as $key => $value)
                {
!                       if(@$value['name'] && @$value['name'] != 'phpgwapi' && 
@$value['name'] != 'notifywindow')
                        {
                                $i = ($i ? 0 : 1); 





reply via email to

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