mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-02-11 07:50:16 +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));
|
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
|
* Called when delete-event happens. Returns false to indicate that the event
|
||||||
* should proceed.
|
* should proceed.
|
||||||
|
Loading…
Reference in New Issue
Block a user