phpgroupware-cvs
[Top][All Lists]
Advanced

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

[Phpgroupware-cvs] todo/help/EN add.php, 1.3 other.php, 1.3 todo.php, 1


From: powerstat
Subject: [Phpgroupware-cvs] todo/help/EN add.php, 1.3 other.php, 1.3 todo.php, 1.3
Date: Tue, 10 May 2005 17:48:00 +0200

Update of todo/help/EN

Modified Files:
     Branch: MAIN
            add.php lines: +13 -11
            other.php lines: +13 -11
            todo.php lines: +13 -11

Log Message:
Added phpdocs

====================================================
Index: todo/help/EN/add.php
diff -u todo/help/EN/add.php:1.2 todo/help/EN/add.php:1.3
--- todo/help/EN/add.php:1.2    Sat Sep 28 15:20:20 2002
+++ todo/help/EN/add.php        Tue May 10 15:48:58 2005
@@ -1,20 +1,22 @@
 <?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$ */
+       /**
+       * Todo - User manual
+       *
+       * @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 todo
+       * @subpackage manual
+       * @version $Id$
+       */

        $phpgw_flags = Array(
                'currentapp'    => 'manual'
        );
        $phpgw_info['flags'] = $phpgw_flags;
+
+       /**
+        * Include phpgroupware header
+        */
        include('../../../header.inc.php');
 ?>
 <img src="<?php echo $phpgw->common->image('todo','navbar.gif'); ?>" 
border="0">

====================================================
Index: todo/help/EN/other.php
diff -u todo/help/EN/other.php:1.2 todo/help/EN/other.php:1.3
--- todo/help/EN/other.php:1.2  Sat Sep 28 15:20:21 2002
+++ todo/help/EN/other.php      Tue May 10 15:48:58 2005
@@ -1,20 +1,22 @@
 <?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$ */
+       /**
+       * Todo - User manual
+       *
+       * @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 todo
+       * @subpackage manual
+       * @version $Id$
+       */

        $phpgw_flags = Array(
                'currentapp'    => 'manual'
        );
        $phpgw_info['flags'] = $phpgw_flags;
+
+       /**
+        * Include phpgroupware header
+        */
        include('../../../header.inc.php');
 ?>
 <img src="<?php echo $phpgw->common->image('todo','navbar.gif'); ?>" 
border="0">

====================================================
Index: todo/help/EN/todo.php
diff -u todo/help/EN/todo.php:1.2 todo/help/EN/todo.php:1.3
--- todo/help/EN/todo.php:1.2   Sat Sep 28 15:20:21 2002
+++ todo/help/EN/todo.php       Tue May 10 15:48:58 2005
@@ -1,20 +1,22 @@
 <?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$ */
+       /**
+       * Todo - User manual
+       *
+       * @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 todo
+       * @subpackage manual
+       * @version $Id$
+       */

        $phpgw_flags = Array(
                'currentapp'    => 'manual'
        );
        $phpgw_info['flags'] = $phpgw_flags;
+
+       /**
+        * Include phpgroupware header
+        */
        include('../../../header.inc.php');
 ?>
 <img src="<?php echo $phpgw->common->image('todo','navbar.gif'); ?>" 
border="0">






reply via email to

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