2012-04-11 Juan Manuel Ramon <juanmanuel.ramon@artica.es>

* 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
This commit is contained in:
juanmanuelr 2012-04-11 09:37:30 +00:00
parent 119b531808
commit c6233b0266
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2012-04-11 Juan Manuel Ramon <juanmanuel.ramon@artica.es>
* include/functions_ui.php: Fixed ui_print_timestamp function.
2012-04-11 Dario Rodriguez <dario.rodriguez@artica.es> 2012-04-11 Dario Rodriguez <dario.rodriguez@artica.es>
* operation/agentes/estado_agente.php: Added columns to edit agent * operation/agentes/estado_agente.php: Added columns to edit agent

View File

@ -284,7 +284,7 @@ function ui_print_timestamp ($unixtime, $return = false, $option = array ()) {
default: default:
//Usually tags have title attributes, so by default we add, //Usually tags have title attributes, so by default we add,
//then fall through to add attributes and data //then fall through to add attributes and data
$output .= ' title="'.$title.'"'; $output .= ' title="'.$title.'">'.$data.'</'.$tag.'>';
break; break;
case "h1": case "h1":
case "h2": case "h2":