phpgroupware-cvs
[Top][All Lists]
Advanced

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

[Phpgroupware-cvs] property/index.php, 1.2


From: nomail
Subject: [Phpgroupware-cvs] property/index.php, 1.2
Date: Fri, 22 Oct 2004 15:59:42 +0200

Update of /property
Modified Files:
        Branch: 
          index.php

date: 2004/10/22 13:59:42;  author: sigurdne;  state: Exp;  lines: +6 -3

Log Message:
Converting to patced .16 from HEAD
=====================================================================
Index: property/index.php
diff -u property/index.php:1.1 property/index.php:1.2
--- property/index.php:1.1      Wed Jun  2 16:29:07 2004
+++ property/index.php  Fri Oct 22 13:59:42 2004
@@ -17,10 +17,12 @@
 
        $currentapp='property';
 
-       $GLOBALS['phpgw_info']['flags'] = array
-       (
+
+       $GLOBALS['phpgw_info']['flags'] = array(
+               'noheader'   => True,
+               'nonavbar'   => True,
                'currentapp'    => $currentapp
-       );
+               );
 
        include('../header.inc.php');
 
@@ -36,4 +38,5 @@
        }
 
        $GLOBALS['phpgw']->redirect_link('/index.php',$start_page);
+
 ?>




reply via email to

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