mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-01-12 17:08:34 +01:00
added empty function process_show, to be compatible with the HTML ui
It's called by etemplates->show_values
This commit is contained in:
parent
1af318fbba
commit
3060ddf630
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user