From 3060ddf63044ee598ced0f5faf8c06bce81a881d Mon Sep 17 00:00:00 2001 From: Ralf Becker Date: Wed, 5 Jun 2002 21:36:30 +0000 Subject: [PATCH] added empty function process_show, to be compatible with the HTML ui It's called by etemplates->show_values --- etemplate/inc/class.uietemplate_gtk.inc.php | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/etemplate/inc/class.uietemplate_gtk.inc.php b/etemplate/inc/class.uietemplate_gtk.inc.php index 4660192cd1..d67c3d4525 100644 --- a/etemplate/inc/class.uietemplate_gtk.inc.php +++ b/etemplate/inc/class.uietemplate_gtk.inc.php @@ -151,6 +151,15 @@ ExecMethod($method,array_merge($this->result,$preserv)); } + /*! + @function process_show + @abstract this is only an empty function for the GTK ui + @returns the adjusted content (in the simplest case that would be $content) + */ + function process_show(&$content,$readonlys='') + { + } + /* * Called when delete-event happens. Returns false to indicate that the event * should proceed.