phpgroupware-cvs
[Top][All Lists]
Advanced

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

[Phpgroupware-cvs] todo index.php,1.76


From: powerstat
Subject: [Phpgroupware-cvs] todo index.php,1.76
Date: Tue, 10 May 2005 17:48:00 +0200

Update of todo

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

Log Message:
Added phpdocs

====================================================
Index: todo/index.php
diff -u todo/index.php:1.75 todo/index.php:1.76
--- todo/index.php:1.75 Fri Apr 30 14:36:56 2004
+++ todo/index.php      Tue May 10 15:48:56 2005
@@ -1,15 +1,13 @@
 <?php
-       
/**************************************************************************\
-       * phpGroupWare - Todo                                                   
   *
-       * http://www.phpgroupware.org                                           
   *
-       * Written by Joseph Engo <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$ */
+       /**
+       * Todo
+       *
+       * @author Joseph Engo <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 todo
+       * @version $Id$
+       */

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

        Header('Location: 
'.$GLOBALS['phpgw']->link('/index.php','menuaction=todo.uitodo.show_list'));






reply via email to

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