From c72358cce62c781e8077f7a378c9a22fe1420129 Mon Sep 17 00:00:00 2001 From: Cristian Fasanando Date: Mon, 7 Dec 2009 15:21:41 -0500 Subject: [PATCH] minor - hidden horizontal scroll for iframe when you display a document - partial DT#5523 --- main/document/showinframes.php | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/main/document/showinframes.php b/main/document/showinframes.php index 5787a9993f..e8785803d5 100755 --- a/main/document/showinframes.php +++ b/main/document/showinframes.php @@ -158,13 +158,11 @@ $path_info= pathinfo($file_url_sys); --> - + aca'; - echo ''; - //echo ''; + if (file_exists($file_url_sys)) { + echo ''; } else { echo ''; }