summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 9f9d21f)
raw | patch | inline | side by side (parent: 9f9d21f)
author | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Fri, 4 Apr 2008 06:13:24 +0000 (06:13 +0000) | ||
committer | hickert <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
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@10181 594d385d-05f5-0310-b6e9-bd551577e9d8
gosa-core/include/utils/class_msgPool.inc | patch | blob | history |
index 53af3f8fcdd2257f5b925e4fe1fbb575574acc91..621f86c03461d56fedb93d3904e411f3ce7de8b1 100644 (file)
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 == ""){