mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-02-04 20:40:14 +01:00
implemented table plugin for eroles - added bo class for eroles and moved corresponding methods from so to bo
This commit is contained in:
parent
509306fcf8
commit
31a8c3b51c
@ -381,7 +381,7 @@ abstract class bo_merge
|
|||||||
$repeats = '';
|
$repeats = '';
|
||||||
if (isset($callback))
|
if (isset($callback))
|
||||||
{
|
{
|
||||||
for($n = 0; ($row_replacements = ExecMethod2($callback,$plugin,$id,$n)); ++$n)
|
for($n = 0; ($row_replacements = $this->$callback($plugin,$id,$n,$repeat)); ++$n)
|
||||||
{
|
{
|
||||||
$repeats .= $this->replace($repeat,$row_replacements,$mimetype,$mso_application_progid);
|
$repeats .= $this->replace($repeat,$row_replacements,$mimetype,$mso_application_progid);
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user