mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-23 00:13:35 +01:00
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