forked from extern/egroupware
Add a reset to the internal export array, just in case
This commit is contained in:
parent
8e57b2ef36
commit
5ae83147c5
@ -439,7 +439,8 @@
|
||||
$header .= "VERSION:2.1\n";
|
||||
$header .= "X-PHPGROUPWARE-FILE-AS:phpGroupWare.org\n";
|
||||
|
||||
while (list($name,$value)=each($this->export)) {
|
||||
reset($this->export);
|
||||
while ( list($name,$value) = each($this->export) ) {
|
||||
if (!empty($buffer[$value])) {
|
||||
$mult = explode(";",$value);
|
||||
if (!$mult[1]) { // Normal
|
||||
|
Loading…
Reference in New Issue
Block a user