unecessary flush() were causing problems (bug 887151). Thks to tbecker37

This commit is contained in:
alpeb 2004-02-04 03:49:02 +00:00
parent 891229149e
commit 2362333812

View File

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