fixed saving of nonset attributes

This commit is contained in:
Roland Gruber 2005-05-08 16:37:36 +00:00
parent 0f3d478e20
commit 64fd21a6f0
1 changed files with 1 additions and 1 deletions

View File

@ -124,7 +124,7 @@ function saveAccountProfile($attributes, $profile, $scope) {
$line = $keys[$i] . ": " . implode("+::+", $attributes[$keys[$i]]) . "\n";
}
else {
$line = $keys[$i] . ": ";
$line = $keys[$i] . ": \n";
}
fputs($file, $line);
}