added empty function process_show, to be compatible with the HTML ui

It's called by etemplates->show_values
This commit is contained in:
Ralf Becker 2002-06-05 21:36:30 +00:00
parent 1af318fbba
commit 3060ddf630

View File

@ -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.