Code

Fixed typo
[gosa.git] / gosa-plugins / ldapmanager / addons / ldapmanager / class_csvimport.inc
index a8de6776bb184430f8bb3f1ea08eb8741cf76986..a4d8738ced737adccb4979ac1c8c6fc7842d69cc 100644 (file)
@@ -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']="<b>"._("failed")."</b>";
               $failing = $i+1;
               break;