Code

Updated msgPool
authorhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Fri, 4 Apr 2008 06:13:24 +0000 (06:13 +0000)
committerhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Fri, 4 Apr 2008 06:13:24 +0000 (06:13 +0000)
-Display objects correctly

git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@10181 594d385d-05f5-0310-b6e9-bd551577e9d8

gosa-core/include/utils/class_msgPool.inc

index 53af3f8fcdd2257f5b925e4fe1fbb575574acc91..621f86c03461d56fedb93d3904e411f3ce7de8b1 100644 (file)
@@ -46,7 +46,7 @@ class msgPool
       if($type == ""){
         return (_("This object will be deleted:")."<br>".msgPool::buildList($name));
       }else{
-        return (sprintf(_("This '%s' object will be deleted:"),$type, "<br>".msgPool::buildList($name)));
+        return (sprintf(_("This '%s' object will be deleted:"),$type). "<br>".msgPool::buildList($name));
       }
     }
     if($type == ""){