phpgroupware-cvs
[Top][All Lists]
Advanced

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

[Phpgroupware-cvs] sitemgr/inc class.Modules_BO.inc.php


From: Caeies
Subject: [Phpgroupware-cvs] sitemgr/inc class.Modules_BO.inc.php
Date: Thu, 28 Sep 2006 15:30:56 +0000

CVSROOT:        /sources/phpgroupware
Module name:    sitemgr
Changes by:     Caeies <Caeies> 06/09/28 15:30:56

Modified files:
        inc            : class.Modules_BO.inc.php 

Log message:
        E_ALL fixes

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/sitemgr/inc/class.Modules_BO.inc.php?cvsroot=phpgroupware&r1=1.5&r2=1.6

Patches:
Index: class.Modules_BO.inc.php
===================================================================
RCS file: /sources/phpgroupware/sitemgr/inc/class.Modules_BO.inc.php,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -b -r1.5 -r1.6
--- class.Modules_BO.inc.php    14 Jun 2003 03:34:02 -0000      1.5
+++ class.Modules_BO.inc.php    28 Sep 2006 15:30:56 -0000      1.6
@@ -39,7 +39,9 @@
 
 
                //this is identical to CreateObect in 
phpgwapi/functions.inc.php, but looks into sitemgr/modules instead of 
appname/inc
-               function createmodule($modulename)
+               function createmodule($modulename, $p1 = '_UNDEF_', $p2 = 
'_UNDEF_', $p3 = '_UNDEF_',$p4='_UNDEF_',
+                       
$p5='_UNDEF_',$p6='_UNDEF_',$p7='_UNDEF_',$p8='_UNDEF_',$p9='_UNDEF_',$p10='_UNDEF_',$p11='_UNDEF_',
+                       
$p12='_UNDEF_',$p13='_UNDEF_',$p14='_UNDEF_',$p15='_UNDEF_',$p16='_UNDEF_')
                {
 
                global $phpgw_info, $phpgw;




reply via email to

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