summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: c9e71b8)
raw | patch | inline | side by side (parent: c9e71b8)
author | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Wed, 6 Sep 2006 09:56:22 +0000 (09:56 +0000) | ||
committer | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Wed, 6 Sep 2006 09:56:22 +0000 (09:56 +0000) |
git-svn-id: https://oss.gonicus.de/repositories/gosa/branches/2.5@4605 594d385d-05f5-0310-b6e9-bd551577e9d8
plugins/admin/fai/class_faiTemplateEntry.inc | patch | blob | history |
diff --git a/plugins/admin/fai/class_faiTemplateEntry.inc b/plugins/admin/fai/class_faiTemplateEntry.inc
index 29267dd9245ec8069d73c9b48b6273c4a15cf4a2..98e81bb7f66efc759a01aa1a6153f579272ca9dd 100644 (file)
$bStatus = false; // Hide download icon on default
if(strlen($this->FAItemplateFile)){
- $status= sprintf(_("exists in database (size: %s bytes)"),strlen($this->FAItemplateFile));
+ $status= sprintf(_("exists in database (size: %s bytes)"),strlen( stripslashes( $this->FAItemplateFile)));
$bStatus = true; // Display download icon
}
$smarty->assign("status",$status);