phpgroupware-cvs
[Top][All Lists]
Advanced

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

[Phpgroupware-cvs] preferences/setup setup.inc.php,1.19


From: powerstat
Subject: [Phpgroupware-cvs] preferences/setup setup.inc.php,1.19
Date: Sun, 17 Apr 2005 17:14:00 +0200

Update of preferences/setup

Modified Files:
     Branch: MAIN
            setup.inc.php lines: +11 -13

Log Message:
Added phpdocs
checked with php -l and phpdocumentor.
Parses, but is still not complete.

Fixed one php -l syntax bug

====================================================
Index: preferences/setup/setup.inc.php
diff -u preferences/setup/setup.inc.php:1.18 
preferences/setup/setup.inc.php:1.19
--- preferences/setup/setup.inc.php:1.18        Sun Jan 16 17:39:54 2005
+++ preferences/setup/setup.inc.php     Sun Apr 17 15:14:31 2005
@@ -1,15 +1,13 @@
 <?php
-       
/**************************************************************************\
-       * phpGroupWare - Preferences                                            
   *
-       * 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$ */
+       /**
+       * Preferences - user manual
+       *
+       * @copyright Copyright (C) 2000-2005 Free Software Foundation, Inc. 
http://www.fsf.org/
+       * @license http://www.gnu.org/licenses/gpl.html GNU General Public 
License
+       * @package preferences
+       * @subpackage setup
+       * @version $Id$
+       */

        $setup_info['preferences']['name']      = 'preferences';
        $setup_info['preferences']['title']     = 'Preferences';
@@ -18,14 +16,14 @@
        $setup_info['preferences']['tables']    = '';
        $setup_info['preferences']['enable']    = 2;

-       /* The hooks this app includes, needed for hooks registration */
+       // The hooks this app includes, needed for hooks registration
        $setup_info['preferences']['hooks'][] = 'deleteaccount';
        $setup_info['preferences']['hooks'][] = 'config';
        $setup_info['preferences']['hooks'][] = 'manual';
        $setup_info['preferences']['hooks'][] = 'preferences';
        $setup_info['preferences']['hooks'][] = 'settings';

-       /* Dependacies for this app to work */
+       // Dependacies for this app to work
        $setup_info['preferences']['depends'][] = array(
                 'appname' => 'phpgwapi',
                 'versions' => array('0.9.17')






reply via email to

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