phpgroupware-cvs
[Top][All Lists]
Advanced

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

[Phpgroupware-cvs] CVS: chora diff.php,1.6,1.7


From: Miles Lott <address@hidden>
Subject: [Phpgroupware-cvs] CVS: chora diff.php,1.6,1.7
Date: Sun, 20 Jan 2002 17:16:42 -0500

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

Modified Files:
        diff.php 
Log Message:
fix header for unidiff

Index: diff.php
===================================================================
RCS file: /cvsroot/phpgroupware/chora/diff.php,v
retrieving revision 1.6
retrieving revision 1.7
diff -C2 -r1.6 -r1.7
*** diff.php    20 Sep 2001 21:50:06 -0000      1.6
--- diff.php    20 Jan 2002 22:16:40 -0000      1.7
***************
*** 18,24 ****
  
        $GLOBALS['phpgw_info']['flags'] = array(
!               'currentapp'              => 'chora',
                'enable_config_class' => True
        );
        include('../header.inc.php');
        include('./config/conf.php');
--- 18,29 ----
  
        $GLOBALS['phpgw_info']['flags'] = array(
!               'currentapp' => 'chora',
!               'noheader'   => False,
                'enable_config_class' => True
        );
+       if($HTTP_GET_VARS['f'] == 'u')
+       {
+               $GLOBALS['phpgw_info']['flags']['noheader'] = True;
+       }
        include('../header.inc.php');
        include('./config/conf.php');




reply via email to

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