removed error messages that are also generated by profilecreate.php

This commit is contained in:
Roland Gruber 2004-03-17 11:27:59 +00:00
parent 1b7774cf5c
commit 81bd355bb0
1 changed files with 0 additions and 3 deletions

View File

@ -216,7 +216,6 @@ function saveUserProfile($attributes, $profile) {
fclose($file);
}
else {
StatusMessage("ERROR", _("Unable to save profile!"), $path);
return false;
}
return true;
@ -246,7 +245,6 @@ function saveGroupProfile($attributes, $profile) {
fclose($file);
}
else {
StatusMessage("ERROR", _("Unable to save profile!"), $path);
return false;
}
return true;
@ -276,7 +274,6 @@ function saveHostProfile($attributes, $profile) {
fclose($file);
}
else {
StatusMessage("ERROR", _("Unable to save profile!"), $path);
return false;
}
return true;