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 [EMAIL PROTECTED]
+ * @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');
_______________________________________________
Phpgroupware-cvs mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/phpgroupware-cvs