changed table-plugins to be compatible with 11.1 or trunk

This commit is contained in:
Ralf Becker 2011-08-17 11:33:15 +00:00
parent 0be7e83cf1
commit 3db33a7337

View File

@ -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);
}