phpgroupware-cvs
[Top][All Lists]
Advanced

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

[Phpgroupware-cvs] admin/help/JA account.php, 1.4 session.php, 1.4 other


From: powerstat
Subject: [Phpgroupware-cvs] admin/help/JA account.php, 1.4 session.php, 1.4 other.php, 1.4 admin.php, 1.4
Date: Wed, 11 May 2005 08:59:00 +0200

Update of admin/help/JA

Modified Files:
     Branch: MAIN
            account.php lines: +13 -11
            session.php lines: +13 -11
            other.php lines: +13 -11
            admin.php lines: +13 -10

Log Message:
Added phpdocs

====================================================
Index: admin/help/JA/account.php
diff -u admin/help/JA/account.php:1.3 admin/help/JA/account.php:1.4
--- admin/help/JA/account.php:1.3       Thu Dec 30 07:38:14 2004
+++ admin/help/JA/account.php   Wed May 11 06:59:37 2005
@@ -1,21 +1,23 @@
 <?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: account.php,v 1.1 2001/05/24 12:00:00 itheart */
+       /**
+       * Administration - User manual
+       *
+       * @copyright Copyright (C) 2001-2005 Free Software Foundation, Inc. 
http://www.fsf.org/
+       * @license http://www.gnu.org/licenses/gpl.html GNU General Public 
License
+       * @package admin
+       * @subpackage manual
+       * @version $Id$
+       */

        $phpgw_flags = Array(
                'currentapp'    => 'manual',
                'admin_header'  => True,
        );
        $phpgw_info['flags'] = $phpgw_flags;
+
+       /**
+       * Include phpgroupware header
+       */
        include('../../../header.inc.php');
        $appname = 'admin';
 ?>

====================================================
Index: admin/help/JA/session.php
diff -u admin/help/JA/session.php:1.3 admin/help/JA/session.php:1.4
--- admin/help/JA/session.php:1.3       Thu Dec 30 07:38:14 2004
+++ admin/help/JA/session.php   Wed May 11 06:59:37 2005
@@ -1,22 +1,24 @@
 <?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.                                              *
-  \**************************************************************************/
+       /**
+       * Administration - User manual
+       *
+       * @copyright Copyright (C) 2003-2005 Free Software Foundation, Inc. 
http://www.fsf.org/
+       * @license http://www.gnu.org/licenses/gpl.html GNU General Public 
License
+       * @package admin
+       * @subpackage manual
+       * @version $Id$
+       */

-       /* $Id$ */
-
        $phpgw_flags = Array(
                'currentapp'    => 'manual',
                'admin_header'  => True,
                'enable_utilities_class'        => True
        );
        $phpgw_info['flags'] = $phpgw_flags;
+
+       /**
+       * Include phpgroupware
+       */
        include('../../../header.inc.php');
        $appname = 'admin';
 ?>

====================================================
Index: admin/help/JA/other.php
diff -u admin/help/JA/other.php:1.3 admin/help/JA/other.php:1.4
--- admin/help/JA/other.php:1.3 Thu Dec 30 07:38:14 2004
+++ admin/help/JA/other.php     Wed May 11 06:59:37 2005
@@ -1,15 +1,13 @@
 <?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$ */
+       /**
+       * Administration - User manual
+       *
+       * @copyright Copyright (C) 2003-2005 Free Software Foundation, Inc. 
http://www.fsf.org/
+       * @license http://www.gnu.org/licenses/gpl.html GNU General Public 
License
+       * @package admin
+       * @subpackage manual
+       * @version $Id$
+       */

        $phpgw_flags = Array(
                'currentapp'    => 'manual',
@@ -17,6 +15,10 @@
                'enable_utilities_class'        => True
        );
        $phpgw_info['flags'] = $phpgw_flags;
+
+       /**
+       * Include phpgroupware header
+       */
        include('../../../header.inc.php');
        $appname = 'admin';
 ?>

====================================================
Index: admin/help/JA/admin.php
diff -u admin/help/JA/admin.php:1.3 admin/help/JA/admin.php:1.4
--- admin/help/JA/admin.php:1.3 Thu Dec 30 07:38:14 2004
+++ admin/help/JA/admin.php     Wed May 11 06:59:37 2005
@@ -1,20 +1,23 @@
 <?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.                                              *
-  \**************************************************************************/
+       /**
+       * Administration - User manual
+       *
+       * @copyright Copyright (C) 2003-2005 Free Software Foundation, Inc. 
http://www.fsf.org/
+       * @license http://www.gnu.org/licenses/gpl.html GNU General Public 
License
+       * @package admin
+       * @subpackage manual
+       * @version $Id$
+       */

-       /* $Id$ */
        $phpgw_flags = Array(
                'currentapp'    => 'manual',
                'admin_header'  => True,
        );
        $phpgw_info['flags'] = $phpgw_flags;
+
+       /**
+       * Include phpgroupware header
+       */
        include('../../../header.inc.php');
        $appname = 'admin';
 ?>






reply via email to

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