summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 7d2905f)
raw | patch | inline | side by side (parent: 7d2905f)
author | cajus <cajus@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Thu, 11 May 2006 08:40:13 +0000 (08:40 +0000) | ||
committer | cajus <cajus@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Thu, 11 May 2006 08:40:13 +0000 (08:40 +0000) |
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@3282 594d385d-05f5-0310-b6e9-bd551577e9d8
plugins/admin/departments/class_departmentGeneric.inc | patch | blob | history |
diff --git a/plugins/admin/departments/class_departmentGeneric.inc b/plugins/admin/departments/class_departmentGeneric.inc
index 3d11f25d76902769bc729ca94b4bb2720a4b6034..e9021a8bdca607d0ef98e466bf900b594d7a9077 100644 (file)
if ($ldap->fetch()){
trigger_error("Recursive_move $dst_dn already exists.",
E_USER_WARNING);
- echo sprintf_("Recursive_move: '%s' already exists.")."<br>", $dst_dn);
+ echo sprintf_("Recursive_move: '%s' already exists", $dst_dn)."<br>";
return (FALSE);
}