phpgroupware-cvs
[Top][All Lists]
Advanced

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

[Phpgroupware-cvs] CVS: chora annotate.php,1.5,1.6 checkout.php,1.6,1.7


From: Miles Lott <address@hidden>
Subject: [Phpgroupware-cvs] CVS: chora annotate.php,1.5,1.6 checkout.php,1.6,1.7 cvs.php,1.13,1.14 diff.php,1.8,1.9 history.php,1.5,1.6 index.php,1.7,1.8
Date: Sun, 28 Apr 2002 15:50:07 -0400

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

Modified Files:
        annotate.php checkout.php cvs.php diff.php history.php 
        index.php 
Log Message:
add phpgw_info preset



Index: annotate.php
===================================================================
RCS file: /cvsroot/phpgroupware/chora/annotate.php,v
retrieving revision 1.5
retrieving revision 1.6
diff -C2 -r1.5 -r1.6
*** annotate.php        28 Apr 2002 19:26:40 -0000      1.5
--- annotate.php        28 Apr 2002 19:50:05 -0000      1.6
***************
*** 9,17 ****
   */
  
        $GLOBALS['phpgw_info']['flags'] = array(
                'currentapp' => 'chora',
                'enable_config_class' => True
        );
- 
        include('../header.inc.php');
        include('./config/conf.php');
--- 9,17 ----
   */
  
+       $phpgw_info = array();
        $GLOBALS['phpgw_info']['flags'] = array(
                'currentapp' => 'chora',
                'enable_config_class' => True
        );
        include('../header.inc.php');
        include('./config/conf.php');

Index: checkout.php
===================================================================
RCS file: /cvsroot/phpgroupware/chora/checkout.php,v
retrieving revision 1.6
retrieving revision 1.7
diff -C2 -r1.6 -r1.7
*** checkout.php        28 Apr 2002 19:26:40 -0000      1.6
--- checkout.php        28 Apr 2002 19:50:05 -0000      1.7
***************
*** 9,12 ****
--- 9,13 ----
   */
  
+       $phpgw_info = array();
        $GLOBALS['phpgw_info']['flags'] = array(
                'currentapp' => 'chora',
***************
*** 16,20 ****
                'enable_config_class'     => True
        );
- 
        include('../header.inc.php');
        include('./config/conf.php');
--- 17,20 ----

Index: cvs.php
===================================================================
RCS file: /cvsroot/phpgroupware/chora/cvs.php,v
retrieving revision 1.13
retrieving revision 1.14
diff -C2 -r1.13 -r1.14
*** cvs.php     28 Apr 2002 19:26:40 -0000      1.13
--- cvs.php     28 Apr 2002 19:50:05 -0000      1.14
***************
*** 22,30 ****
     */
  
        $GLOBALS['phpgw_info']['flags'] = array(
                'currentapp' => 'chora',
                'enable_config_class' => True
        );
- 
        include('../header.inc.php');
        include('./config/conf.php');
--- 22,30 ----
     */
  
+       $phpgw_info = array();
        $GLOBALS['phpgw_info']['flags'] = array(
                'currentapp' => 'chora',
                'enable_config_class' => True
        );
        include('../header.inc.php');
        include('./config/conf.php');

Index: diff.php
===================================================================
RCS file: /cvsroot/phpgroupware/chora/diff.php,v
retrieving revision 1.8
retrieving revision 1.9
diff -C2 -r1.8 -r1.9
*** diff.php    28 Apr 2002 19:26:40 -0000      1.8
--- diff.php    28 Apr 2002 19:50:05 -0000      1.9
***************
*** 17,20 ****
--- 17,21 ----
    */
  
+       $phpgw_info = array();
        $GLOBALS['phpgw_info']['flags'] = array(
                'currentapp' => 'chora',

Index: history.php
===================================================================
RCS file: /cvsroot/phpgroupware/chora/history.php,v
retrieving revision 1.5
retrieving revision 1.6
diff -C2 -r1.5 -r1.6
*** history.php 28 Apr 2002 19:26:40 -0000      1.5
--- history.php 28 Apr 2002 19:50:05 -0000      1.6
***************
*** 9,12 ****
--- 9,13 ----
   */
  
+       $phpgw_info = array();
        $GLOBALS['phpgw_info']['flags'] = array(
                'currentapp' => 'chora',
***************
*** 14,18 ****
                'enable_config_class' => True
        );
- 
        include('../header.inc.php');
        include('./config/conf.php');
--- 15,18 ----

Index: index.php
===================================================================
RCS file: /cvsroot/phpgroupware/chora/index.php,v
retrieving revision 1.7
retrieving revision 1.8
diff -C2 -r1.7 -r1.8
*** index.php   25 Dec 2001 16:05:19 -0000      1.7
--- index.php   28 Apr 2002 19:50:05 -0000      1.8
***************
*** 9,12 ****
--- 9,13 ----
   */
  
+       $phpgw_info = array();
        $GLOBALS['phpgw_info']['flags'] = array(
                'currentapp' => 'chora',
***************
*** 15,19 ****
                'enable_config_class' => True
        );
- 
        include('../header.inc.php');
  
--- 16,19 ----




reply via email to

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