phpgroupware-cvs
[Top][All Lists]
Advanced

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

[Phpgroupware-cvs] notes index.php,1.56


From: ceb
Subject: [Phpgroupware-cvs] notes index.php,1.56
Date: Thu, 24 Feb 2005 14:54:23 -0000

Update of notes

Modified Files:
     Branch: MAIN
            index.php lines: +4 -2

Log Message:
update

====================================================
Index: notes/index.php
diff -u notes/index.php:1.55 notes/index.php:1.56
--- notes/index.php:1.55        Tue Nov 11 12:45:29 2003
+++ notes/index.php     Tue Jan 18 02:10:55 2005
@@ -13,10 +13,12 @@

        $GLOBALS['phpgw_info']['flags'] = array
        (
+               'noheader'              => True,
+               'nonavbar'              => True,
                'currentapp'    => 'notes'
        );
        include('../header.inc.php');

        header('Location: '. 
$GLOBALS['phpgw']->link('/index.php','menuaction=notes.uinotes.index'));
-       exit;
+       $GLOBALS['phpgw']->common->phpgw_exit();
 ?>






reply via email to

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