phpgroupware-cvs
[Top][All Lists]
Advanced

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

[Phpgroupware-cvs] folders index.php,1.3


From: powerstat
Subject: [Phpgroupware-cvs] folders index.php,1.3
Date: Tue, 10 May 2005 14:21:00 +0200

Update of folders

Modified Files:
     Branch: MAIN
            index.php lines: +6 -3

Log Message:
Fixed phpdoc's

====================================================
Index: folders/index.php
diff -u folders/index.php:1.2 folders/index.php:1.3
--- folders/index.php:1.2       Mon Nov 24 16:47:52 2003
+++ folders/index.php   Tue May 10 12:21:25 2005
@@ -2,10 +2,10 @@
 /**
  * folders module
  * @author Philipp Kamps <address@hidden>
- * @copyright Copyright (C) 2003 Free Software Foundation http://www.fsf.org/
+ * @copyright Copyright (C) 2003,2005 Free Software Foundation 
http://www.fsf.org/
  * @license http://www.fsf.org/licenses/gpl.html GNU General Public License
  * @package folders
- * @version $Id:
+ * @version $Id$
  */

        $GLOBALS['phpgw_info']['flags'] = array
@@ -15,7 +15,10 @@
                'nonavbar'   => false
        );

-       include('../header.inc.php');
+       /**
+       * Include phpgroupware header
+       */
+       require_once('../header.inc.php');

        $parms = Array(
                'menuaction'=> 'folders.uifolders.showFolders'






reply via email to

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