From 38aa29a8529003642bc4a7374e9f1b79a70b04bb Mon Sep 17 00:00:00 2001 From: Ralf Becker Date: Mon, 16 Feb 2009 08:36:56 +0000 Subject: [PATCH] "making process_show public again, as requested by Raphael Alla (there was no real reason to make it private, beside hiding it from public interfaces, as I thought noone else is using it)" --- etemplate/inc/class.etemplate.inc.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/etemplate/inc/class.etemplate.inc.php b/etemplate/inc/class.etemplate.inc.php index ca6395a6b3..440668e26c 100644 --- a/etemplate/inc/class.etemplate.inc.php +++ b/etemplate/inc/class.etemplate.inc.php @@ -1908,7 +1908,7 @@ class etemplate extends boetemplate * @param string $type type of request * @return int number of validation errors (the adjusted content is returned by the var-param &$content !) */ - private function process_show(&$content,$to_process,$cname='', $type = 'regular') + function process_show(&$content,$to_process,$cname='', $type = 'regular') { if (!isset($content) || !is_array($content) || !is_array($to_process)) {