phpgroupware-cvs
[Top][All Lists]
Advanced

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

[Phpgroupware-cvs] etemplate index.php


From: Dave Hall
Subject: [Phpgroupware-cvs] etemplate index.php
Date: Thu, 28 Sep 2006 12:53:49 +0000

CVSROOT:        /cvsroot/phpgroupware
Module name:    etemplate
Changes by:     Dave Hall <skwashd>     06/09/28 12:53:49

Modified files:
        .              : index.php 

Log message:
        link()

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/etemplate/index.php?cvsroot=phpgroupware&r1=1.5&r2=1.6

Patches:
Index: index.php
===================================================================
RCS file: /cvsroot/phpgroupware/etemplate/index.php,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -b -r1.5 -r1.6
--- index.php   6 Sep 2006 11:13:30 -0000       1.5
+++ index.php   28 Sep 2006 12:53:49 -0000      1.6
@@ -13,13 +13,14 @@
  * the Free Software Foundation; either version 2 of the License, or   *
  * at your option) any later version.                                  *
  \**********************************************************************/
- /* $Id: index.php,v 1.5 2006/09/06 11:13:30 skwashd Exp $ */
+ /* $Id: index.php,v 1.6 2006/09/28 12:53:49 skwashd Exp $ */
 
-       $GLOBALS['phpgw_info']['flags'] = array(
+       $GLOBALS['phpgw_info']['flags'] = array
+       (
                'currentapp'    => 'etemplate',
                'noheader'              => True,
                'nonavbar'              => True
        );
-       include('../header.inc.php');
+       include_once('../header.inc.php');
 
-       
$GLOBALS['phpgw']->redirect_link('/index.php','menuaction=etemplate.editor.edit');
+       $GLOBALS['phpgw']->redirect_link('/index.php', array('menuaction' => 
'etemplate.editor.edit') );




reply via email to

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