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 <[EMAIL PROTECTED]>
- * @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'])
_______________________________________________
Phpgroupware-cvs mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/phpgroupware-cvs