phpgroupware-cvs
[Top][All Lists]
Advanced

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

[Phpgroupware-cvs] tts/help/EN tts.php, 1.2 edit_close.php, 1.2 create.p


From: powerstat
Subject: [Phpgroupware-cvs] tts/help/EN tts.php, 1.2 edit_close.php, 1.2 create.php, 1.2 view.php, 1.2
Date: Tue, 10 May 2005 18:12:00 +0200

Update of tts/help/EN

Modified Files:
     Branch: MAIN
            tts.php lines: +13 -11
            edit_close.php lines: +13 -11
            create.php lines: +13 -11
            view.php lines: +13 -11

Log Message:
Added phpdocs

====================================================
Index: tts/help/EN/tts.php
diff -u tts/help/EN/tts.php:1.1 tts/help/EN/tts.php:1.2
--- tts/help/EN/tts.php:1.1     Fri May 11 02:30:31 2001
+++ tts/help/EN/tts.php Tue May 10 16:12:38 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$ */
+       /**
+       * Trouble Ticket System - 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 tts
+       * @subpackage manual
+       * @version $Id$
+       */

        $phpgw_flags = Array(
                'currentapp'    => 'manual'
        );
        $phpgw_info['flags'] = $phpgw_flags;
+
+       /**
+        * Include phpgroupware header
+        */
        include('../../../header.inc.php');
        $font = $phpgw_info['theme']['font'];
 ?>

====================================================
Index: tts/help/EN/edit_close.php
diff -u tts/help/EN/edit_close.php:1.1 tts/help/EN/edit_close.php:1.2
--- tts/help/EN/edit_close.php:1.1      Fri May 11 02:30:31 2001
+++ tts/help/EN/edit_close.php  Tue May 10 16:12:38 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$ */
+       /**
+       * Trouble Ticket System - 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 tts
+       * @subpackage manual
+       * @version $Id$
+       */

        $phpgw_flags = Array(
                'currentapp'    => 'manual'
        );
        $phpgw_info['flags'] = $phpgw_flags;
+
+       /**
+        * Include phpgroupware header
+        */
        include('../../../header.inc.php');
        $font = $phpgw_info['theme']['font'];
 ?>

====================================================
Index: tts/help/EN/create.php
diff -u tts/help/EN/create.php:1.1 tts/help/EN/create.php:1.2
--- tts/help/EN/create.php:1.1  Fri May 11 02:30:31 2001
+++ tts/help/EN/create.php      Tue May 10 16:12:38 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$ */
+       /**
+       * Trouble Ticket System - 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 tts
+       * @subpackage manual
+       * @version $Id$
+       */

        $phpgw_flags = Array(
                'currentapp'    => 'manual'
        );
        $phpgw_info['flags'] = $phpgw_flags;
+
+       /**
+       * Include phpgroupware header
+       */
        include('../../../header.inc.php');
        $font = $phpgw_info['theme']['font'];
 ?>

====================================================
Index: tts/help/EN/view.php
diff -u tts/help/EN/view.php:1.1 tts/help/EN/view.php:1.2
--- tts/help/EN/view.php:1.1    Fri May 11 02:30:31 2001
+++ tts/help/EN/view.php        Tue May 10 16:12:38 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$ */
+       /**
+       * Trouble Ticket System - 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 tts
+       * @subpackage manual
+       * @version $Id$
+       */

        $phpgw_flags = Array(
                'currentapp'    => 'manual'
        );
        $phpgw_info['flags'] = $phpgw_flags;
+
+       /**
+        * Include phpgroupware header
+        */
        include('../../../header.inc.php');
        $font = $phpgw_info['theme']['font'];
 ?>






reply via email to

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