phpgroupware-cvs
[Top][All Lists]
Advanced

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

[Phpgroupware-cvs] pbwebmaui index.php,1.5


From: powerstat
Subject: [Phpgroupware-cvs] pbwebmaui index.php,1.5
Date: Tue, 10 May 2005 14:38:00 +0200

Update of pbwebmaui

Modified Files:
     Branch: MAIN
            index.php lines: +9 -5

Log Message:
Fixed phpdoc's

====================================================
Index: pbwebmaui/index.php
diff -u pbwebmaui/index.php:1.4 pbwebmaui/index.php:1.5
--- pbwebmaui/index.php:1.4     Thu Apr 22 15:36:44 2004
+++ pbwebmaui/index.php Tue May 10 12:38:50 2005
@@ -1,12 +1,12 @@
 <?php
 /**
- * pbwebmaui module
+ * pbwebmaui
  *
  * @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:
+ * @package pbwebmaui
+ * @version $Id$
  */


@@ -16,7 +16,11 @@
                'noheader'   => true,
                'nonavbar'   => true
        );
-       include('../header.inc.php');
+
+       /**
+       * Include phpgroupware header
+       */
+       require_once('../header.inc.php');

        $obj = CreateObject('pbwebmaui.uipbwebmaui');
        switch ($_GET['action'])






reply via email to

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