phpgroupware-cvs
[Top][All Lists]
Advanced

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

[Phpgroupware-cvs] property/inc/class.custom_functions.inc.php, 1.1.2.2


From: nomail
Subject: [Phpgroupware-cvs] property/inc/class.custom_functions.inc.php, 1.1.2.2
Date: Fri, 5 Nov 2004 21:42:16 +0100

Update of /property/inc
Modified Files:
        Branch: proposed-0_9_18-branch
          class.custom_functions.inc.php

date: 2004/11/05 20:42:16;  author: sigurdne;  state: Exp;  lines: +3 -3

Log Message:
no message
=====================================================================
Index: property/inc/class.custom_functions.inc.php
diff -u property/inc/class.custom_functions.inc.php:1.1.2.1 
property/inc/class.custom_functions.inc.php:1.1.2.2
--- property/inc/class.custom_functions.inc.php:1.1.2.1 Fri Nov  5 15:09:49 2004
+++ property/inc/class.custom_functions.inc.php Fri Nov  5 20:42:16 2004
@@ -49,9 +49,9 @@
                                $function       = 
get_var('function',array('POST','GET'));
                        }
 
-                       include(PHPGW_SERVER_ROOT.'/'.'property'.'/inc/custom/' 
. $function . '.php');
+                       
include_once(PHPGW_SERVER_ROOT.'/'.'property'.'/inc/custom/' . $function . 
'.php');
                        $custom = new $function;
-                       $custom->$function($data);
+                       $custom->pre_run($data);
                }
 
                function select_import_conv($selected='')




reply via email to

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