phpgroupware-cvs
[Top][All Lists]
Advanced

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

[Phpgroupware-cvs] notes index.php,1.57


From: powerstat
Subject: [Phpgroupware-cvs] notes index.php,1.57
Date: Thu, 28 Apr 2005 20:33:00 +0200

Update of notes

Modified Files:
     Branch: MAIN
            index.php lines: +12 -11

Log Message:
Added phpdocs

====================================================
Index: notes/index.php
diff -u notes/index.php:1.56 notes/index.php:1.57
--- notes/index.php:1.56        Tue Jan 18 02:10:55 2005
+++ notes/index.php     Thu Apr 28 18:33:52 2005
@@ -1,15 +1,12 @@
 <?php
-       
/**************************************************************************\
-       * phpGroupWare - Notes                                                  
   *
-       * http://www.phpgroupware.org                                           
   *
-       * Written by Bettina Gille address@hidden                          *
-       * -----------------------------------------------                       
   *
-       *  This program is free software; you can redistribute it and/or modify 
it *
-       *  under the terms of the GNU General Public License as published by 
the   *
-       *  Free Software Foundation; either version 2 of the License, or (at 
your  *
-       *  option) any later version.                                           
   *
-       
\**************************************************************************/
-       /* $Id$ */
+       /**
+       * Notes
+       * @author Bettina Gille address@hidden
+       * @copyright Copyright (C) 2000-2005 Free Software Foundation, Inc. 
http://www.fsf.org/
+       * @license http://www.gnu.org/licenses/gpl.html GNU General Public 
License
+       * @package notes
+       * @version $Id$
+       */

        $GLOBALS['phpgw_info']['flags'] = array
        (
@@ -17,6 +14,10 @@
                'nonavbar'              => True,
                'currentapp'    => 'notes'
        );
+
+       /**
+        * Include phpgroupware header
+        */
        include('../header.inc.php');

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






reply via email to

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