phpgroupware-cvs
[Top][All Lists]
Advanced

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

[Phpgroupware-cvs] manual/inc hook_help.inc.php,1.4


From: powerstat
Subject: [Phpgroupware-cvs] manual/inc hook_help.inc.php,1.4
Date: Sun, 17 Apr 2005 15:45:00 +0200

Update of manual/inc

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

Log Message:
Added phpdocs
checked with php -l and phpdocumentor.

====================================================
Index: manual/inc/hook_help.inc.php
diff -u manual/inc/hook_help.inc.php:1.3 manual/inc/hook_help.inc.php:1.4
--- manual/inc/hook_help.inc.php:1.3    Sat Jan  4 00:12:48 2003
+++ manual/inc/hook_help.inc.php        Sun Apr 17 13:45:47 2005
@@ -1,16 +1,17 @@
 <?php
-       
/**************************************************************************\
-       * phpGroupWare - phpgw common help                                      
   *
-       * 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$ */
+       /**
+       * Manual - common help
+       *
+       * @copyright Copyright (C) 2000-2003,2005 Free Software Foundation, 
Inc. http://www.fsf.org/
+       * @license http://www.gnu.org/licenses/gpl.html GNU General Public 
License
+       * @package manual
+       * @version $Id$
+       */

-       include(PHPGW_SERVER_ROOT.'/'.'phpgwapi'.'/setup/setup.inc.php');
+       /**
+        * Include api setup
+        */
+       include(PHPGW_SERVER_ROOT . '/' . 'phpgwapi' . '/setup/setup.inc.php');

        $GLOBALS['phpgw']->help->set_params(array('app_name'            => 
'manual',
                                                                                
                'title'                 => phpGroupWare,






reply via email to

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