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,7 +439,8 @@
|
|||||||
$header .= "VERSION:2.1\n";
|
$header .= "VERSION:2.1\n";
|
||||||
$header .= "X-PHPGROUPWARE-FILE-AS:phpGroupWare.org\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])) {
|
if (!empty($buffer[$value])) {
|
||||||
$mult = explode(";",$value);
|
$mult = explode(";",$value);
|
||||||
if (!$mult[1]) { // Normal
|
if (!$mult[1]) { // Normal
|
||||||
|
Loading…
Reference in New Issue
Block a user