forked from extern/egroupware
unecessary flush() were causing problems (bug 887151). Thks to tbecker37
This commit is contained in:
parent
891229149e
commit
2362333812
@ -1434,7 +1434,6 @@
|
||||
);
|
||||
$value = chop($temp[5]);
|
||||
$this->debug('Value would be = '.$value);
|
||||
flush();
|
||||
}
|
||||
}
|
||||
else
|
||||
@ -1449,7 +1448,6 @@
|
||||
);
|
||||
$value = chop($temp[5]);
|
||||
$this->debug('Value would be = '.$value);
|
||||
flush();
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user