From: cajus Date: Thu, 11 May 2006 08:40:13 +0000 (+0000) Subject: Fixed typo X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=854fd029695f87ad0d7116d95f6b66c3a57045c2;p=gosa.git Fixed typo git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@3282 594d385d-05f5-0310-b6e9-bd551577e9d8 --- diff --git a/plugins/admin/departments/class_departmentGeneric.inc b/plugins/admin/departments/class_departmentGeneric.inc index 3d11f25d7..e9021a8bd 100644 --- a/plugins/admin/departments/class_departmentGeneric.inc +++ b/plugins/admin/departments/class_departmentGeneric.inc @@ -407,7 +407,7 @@ class department extends plugin if ($ldap->fetch()){ trigger_error("Recursive_move $dst_dn already exists.", E_USER_WARNING); - echo sprintf_("Recursive_move: '%s' already exists.")."
", $dst_dn); + echo sprintf_("Recursive_move: '%s' already exists", $dst_dn)."
"; return (FALSE); }