phpgroupware-cvs
[Top][All Lists]
Advanced

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

[Phpgroupware-cvs] notes/help/EN list.php,1.3


From: powerstat
Subject: [Phpgroupware-cvs] notes/help/EN list.php,1.3
Date: Thu, 28 Apr 2005 20:33:00 +0200

Update of notes/help/EN

Modified Files:
     Branch: MAIN
            list.php lines: +13 -10

Log Message:
Added phpdocs

====================================================
Index: notes/help/EN/list.php
diff -u notes/help/EN/list.php:1.2 notes/help/EN/list.php:1.3
--- notes/help/EN/list.php:1.2  Tue Dec 24 03:57:35 2002
+++ notes/help/EN/list.php      Thu Apr 28 18:33:53 2005
@@ -1,14 +1,14 @@
 <?php
-       
/**************************************************************************\
-       * phpGroupWare - User manual                                            
   *
-       * http://www.phpgroupware.org                                           
   *
-       * --------------------------------------------                          
   *
-       *  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 - User manual
+       * @author Bettina Gille address@hidden
+       * @copyright Copyright (C) 2000-2002,2005 Free Software Foundation, 
Inc. http://www.fsf.org/
+       * @license http://www.gnu.org/licenses/gpl.html GNU General Public 
License
+       * @package notes
+       * @subpackage manual
+       * @version $Id$
+       */
+

        $GLOBALS['phpgw_info']['flags'] = Array
        (
@@ -16,6 +16,9 @@
                'currentapp'    => 'notes'
        );

+       /**
+        * Include phpgroupware header
+        */
        include('../../../header.inc.php');

        $GLOBALS['phpgw']->help = CreateObject('phpgwapi.help_helper');






reply via email to

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