mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-02-10 07:19:43 +01:00
Add a reset to the internal export array, just in case
This commit is contained in:
parent
8e57b2ef36
commit
5ae83147c5
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user