From: hickert Date: Wed, 25 Apr 2007 09:07:39 +0000 (+0000) Subject: removed duplicated message X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=931f485ab2ee028f742bffdb76b4247bb40503ba;p=gosa.git removed duplicated message git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@6191 594d385d-05f5-0310-b6e9-bd551577e9d8 --- diff --git a/setup/class_setupStep_Migrate.inc b/setup/class_setupStep_Migrate.inc index 438e31524..5259803af 100644 --- a/setup/class_setupStep_Migrate.inc +++ b/setup/class_setupStep_Migrate.inc @@ -169,7 +169,7 @@ class Step_Migrate extends setup_step $this->checks['deps_visible']['ERROR_MSG'] .= ""; }else{ $this->checks['deps_visible']['STATUS'] = FALSE; - $this->checks['deps_visible']['STATUS_MSG']= sprintf(_("%s entries found"),count($this->deps_to_migrate)); + $this->checks['deps_visible']['STATUS_MSG']= "";//sprintf(_("%s entries found"),count($this->deps_to_migrate)); $this->checks['deps_visible']['ERROR_MSG'] = sprintf(_("Found %s departments that will not be visible in GOsa."),count($this->deps_to_migrate)); $this->checks['deps_visible']['ERROR_MSG'] .= ""; $this->checks['deps_visible']['ERROR_MSG'] .= "";