forked from extern/egroupware
changed table-plugins to be compatible with 11.1 or trunk
This commit is contained in:
parent
0be7e83cf1
commit
3db33a7337
@ -367,7 +367,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