From c6233b02663443af27372b23ef14cdf86e770bc6 Mon Sep 17 00:00:00 2001 From: juanmanuelr Date: Wed, 11 Apr 2012 09:37:30 +0000 Subject: [PATCH] 2012-04-11 Juan Manuel Ramon * include/functions_ui.php: Fixed ui_print_timestamp function. git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@5938 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f --- pandora_console/ChangeLog | 4 ++++ pandora_console/include/functions_ui.php | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/pandora_console/ChangeLog b/pandora_console/ChangeLog index ae19f42e67..6cc3656d7b 100644 --- a/pandora_console/ChangeLog +++ b/pandora_console/ChangeLog @@ -1,3 +1,7 @@ +2012-04-11 Juan Manuel Ramon + + * include/functions_ui.php: Fixed ui_print_timestamp function. + 2012-04-11 Dario Rodriguez * operation/agentes/estado_agente.php: Added columns to edit agent diff --git a/pandora_console/include/functions_ui.php b/pandora_console/include/functions_ui.php index e944899407..dff73aeeae 100644 --- a/pandora_console/include/functions_ui.php +++ b/pandora_console/include/functions_ui.php @@ -284,7 +284,7 @@ function ui_print_timestamp ($unixtime, $return = false, $option = array ()) { default: //Usually tags have title attributes, so by default we add, //then fall through to add attributes and data - $output .= ' title="'.$title.'"'; + $output .= ' title="'.$title.'">'.$data.''; break; case "h1": case "h2":