X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=gosa-plugins%2Fldapmanager%2Faddons%2Fldapmanager%2Fclass_csvimport.inc;h=a4d8738ced737adccb4979ac1c8c6fc7842d69cc;hb=84d529325037a1643bca4f09a65c808e40a8eb4b;hp=a8de6776bb184430f8bb3f1ea08eb8741cf76986;hpb=1d2f67d5d97ea38bfe109b88cda098fad6008ad6;p=gosa.git diff --git a/gosa-plugins/ldapmanager/addons/ldapmanager/class_csvimport.inc b/gosa-plugins/ldapmanager/addons/ldapmanager/class_csvimport.inc index a8de6776b..a4d8738ce 100644 --- a/gosa-plugins/ldapmanager/addons/ldapmanager/class_csvimport.inc +++ b/gosa-plugins/ldapmanager/addons/ldapmanager/class_csvimport.inc @@ -209,7 +209,7 @@ class csvimport extends plugin /* Insert in the LDAP tree */ if(count($this->usertab->check())) { - show_errors($this->usertab->check()); + msg_dialog::displayChecks($this->usertab->check()); $this->csvinfo['sorteddata'][$i]['status']=""._("failed").""; $failing = $i+1; break;