phpgroupware-cvs
[Top][All Lists]
Advanced

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

[Phpgroupware-cvs] folders/setup setup.inc.php,1.5


From: powerstat
Subject: [Phpgroupware-cvs] folders/setup setup.inc.php,1.5
Date: Tue, 10 May 2005 14:21:00 +0200

Update of folders/setup

Modified Files:
     Branch: MAIN
            setup.inc.php lines: +40 -42

Log Message:
Fixed phpdoc's

====================================================
Index: folders/setup/setup.inc.php
diff -u folders/setup/setup.inc.php:1.4 folders/setup/setup.inc.php:1.5
--- folders/setup/setup.inc.php:1.4     Tue Feb 15 10:43:32 2005
+++ folders/setup/setup.inc.php Tue May 10 12:21:25 2005
@@ -1,48 +1,46 @@
 <?php
-                               
/**************************************************************************\
-                               * phpGroupWare - folders                        
                           *
-                               * http://www.phpgroupware.org/                  
                           *
-                               * Written by probusiness AG <address@hidden>    
                      *
-                               * --------------------------------------------  
                           *
-                               *  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$ */
-
-                               $setup_info['folders']['name']      = 'folders';
-                               $setup_info['folders']['title']     = 'Folders';
-                               $setup_info['folders']['version']   = 
'0.9.17.000';
-                               $setup_info['folders']['app_order'] = 26;
-                               $setup_info['folders']['enable']    = 2;
-
-                               $setup_info['folders']['author']           = 
'probusiness AG';
-                               $setup_info['folders']['note']             = 
'The Folder Preferences manages user level control';
-                               $setup_info['folders']['license']          = 
'GPL';
-                               $setup_info['folders']['description']      = 
'The Folder List view has a tree structure for navigation between application 
categories';
-                               $setup_info['folders']['maintainer']       = 
'Philipp Kamps (fips)';
-                               $setup_info['folders']['maintainer_email'] = 
'address@hidden';
+       /**
+       * Skeleton - folders
+       *
+       * @author Philipp Kamps <address@hidden>
+       * @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 folders
+       * @subpackage setup
+       * @version $Id$
+       */
+
+       $setup_info['folders']['name']      = 'folders';
+       $setup_info['folders']['title']     = 'Folders';
+       $setup_info['folders']['version']   = '0.9.17.000';
+       $setup_info['folders']['app_order'] = 26;
+       $setup_info['folders']['enable']    = 2;
+
+       $setup_info['folders']['author']           = 'probusiness AG';
+       $setup_info['folders']['note']             = 'The Folder Preferences 
manages user level control';
+       $setup_info['folders']['license']          = 'GPL';
+       $setup_info['folders']['description']      = 'The Folder List view has 
a tree structure for navigation between application categories';
+       $setup_info['folders']['maintainer']       = 'Philipp Kamps (fips)';
+       $setup_info['folders']['maintainer_email'] = 'address@hidden';

-                               /* The hooks this app includes, needed for 
hooks registration */
-                               
$setup_info['folders']['hooks']['getFolderContent'] = 
'folders.folders_service.getFolderContent';
+       /* The hooks this app includes, needed for hooks registration */
+       $setup_info['folders']['hooks']['getFolderContent'] = 
'folders.folders_service.getFolderContent';

-                               /* Dependacies for this app to work */
+       /* Dependacies for this app to work */
 /*
-                               $setup_info['folders']['depends'][] = array(
-                                                                'appname' => 
'phpgwapi',
-                                                                'versions' => 
Array('0.9.13','0.9.14','0.9.15','0.9.16')
-                               );
-
-                               $setup_info['folders']['depends'][] = array(
-                                                                'appname' => 
'admin',
-                                                                'versions' => 
Array('0.9.13','0.9.14','0.9.15','0.9.16')
-                               );
-
-                               $setup_info['folders']['depends'][] = array(
-                                                                'appname' => 
'preferences',
-                                                                'versions' => 
Array('0.9.13','0.9.14','0.9.15','0.9.16')
-                               );
+       $setup_info['folders']['depends'][] = array(
+                'appname' => 'phpgwapi',
+                'versions' => Array('0.9.13','0.9.14','0.9.15','0.9.16')
+       );
+
+       $setup_info['folders']['depends'][] = array(
+                'appname' => 'admin',
+                'versions' => Array('0.9.13','0.9.14','0.9.15','0.9.16')
+       );
+
+       $setup_info['folders']['depends'][] = array(
+                'appname' => 'preferences',
+                'versions' => Array('0.9.13','0.9.14','0.9.15','0.9.16')
+       );
 */
 ?>






reply via email to

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