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) {