From 81bd355bb0de5e95d8fe2eef430bce9ee84c7ac0 Mon Sep 17 00:00:00 2001 From: Roland Gruber Date: Wed, 17 Mar 2004 11:27:59 +0000 Subject: [PATCH] removed error messages that are also generated by profilecreate.php --- lam/lib/profiles.inc | 3 --- 1 file changed, 3 deletions(-) diff --git a/lam/lib/profiles.inc b/lam/lib/profiles.inc index 164597ce..130a9002 100644 --- a/lam/lib/profiles.inc +++ b/lam/lib/profiles.inc @@ -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;