Add a reset to the internal export array, just in case

This commit is contained in:
Miles Lott 2001-03-21 08:27:22 +00:00
parent 8e57b2ef36
commit 5ae83147c5

View File

@ -439,6 +439,7 @@
$header .= "VERSION:2.1\n";
$header .= "X-PHPGROUPWARE-FILE-AS:phpGroupWare.org\n";
reset($this->export);
while ( list($name,$value) = each($this->export) ) {
if (!empty($buffer[$value])) {
$mult = explode(";",$value);