From 63b0e29fe02f130da506dddc14143629fb1ed5d1 Mon Sep 17 00:00:00 2001 From: mdtrooper Date: Tue, 11 Jun 2013 13:00:01 +0000 Subject: [PATCH] 2013-06-11 Miguel de Dios * include/functions_html.php: revert completly the "html_print_image". git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@8286 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f --- pandora_console/ChangeLog | 5 +++++ pandora_console/include/functions_html.php | 5 ----- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/pandora_console/ChangeLog b/pandora_console/ChangeLog index 735d12f6e7..441bf091ef 100644 --- a/pandora_console/ChangeLog +++ b/pandora_console/ChangeLog @@ -1,3 +1,8 @@ +2013-06-11 Miguel de Dios + + * include/functions_html.php: revert completly the + "html_print_image". + 2013-06-11 Miguel de Dios * include/functions_html.php: revert my own changes in diff --git a/pandora_console/include/functions_html.php b/pandora_console/include/functions_html.php index e5eb1d7255..5296b99939 100644 --- a/pandora_console/include/functions_html.php +++ b/pandora_console/include/functions_html.php @@ -1655,11 +1655,6 @@ function html_print_image ($src, $return = false, $options = false, $return_src $src = '../../' . $src; } } - else { - if (!$relative) { - $src = ui_get_full_url($src); - } - } // Only return src field of image if ($return_src) {