forked from extern/egroupware
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 = '';
|
||||
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);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user