From 931f485ab2ee028f742bffdb76b4247bb40503ba Mon Sep 17 00:00:00 2001 From: hickert Date: Wed, 25 Apr 2007 09:07:39 +0000 Subject: [PATCH] removed duplicated message git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@6191 594d385d-05f5-0310-b6e9-bd551577e9d8 --- setup/class_setupStep_Migrate.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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'] .= ""; -- 2.30.2