2013-06-11 Miguel de Dios <miguel.dedios@artica.es>
* 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
This commit is contained in:
parent
e69a4b3980
commit
63b0e29fe0
|
@ -1,3 +1,8 @@
|
|||
2013-06-11 Miguel de Dios <miguel.dedios@artica.es>
|
||||
|
||||
* include/functions_html.php: revert completly the
|
||||
"html_print_image".
|
||||
|
||||
2013-06-11 Miguel de Dios <miguel.dedios@artica.es>
|
||||
|
||||
* include/functions_html.php: revert my own changes in
|
||||
|
|
|
@ -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) {
|
||||
|
|
Loading…
Reference in New Issue