2010-11-17 Raúl Mateos <raulofpandora@gmail.com>

* include/functions_events.php: Deleted old code. Simplify.

git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@3595 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
This commit is contained in:
raulmateos 2010-11-17 11:43:48 +00:00
parent 696181859f
commit 47e763d77f
2 changed files with 5 additions and 5 deletions

View File

@ -1,3 +1,7 @@
2010-11-17 Raúl Mateos <raulofpandora@gmail.com>
* include/functions_events.php: Deleted old code. Simplify.
2010-11-17 Miguel de Dios <miguel.dedios@artica.es>
* pandora_console.redhat.spec: re-enabled the check dir "data_in" in

View File

@ -286,11 +286,7 @@ function print_events_table ($filter = "", $limit = 10, $width = 440, $return =
$result = get_db_all_rows_sql ($sql);
if ($result === false) {
$return = '<div class="nf">'.__('No events').'</div>';
# if ($return === false) {
# echo $return;
# }
echo $return;
echo '<div class="nf">'.__('No events').'</div>';
} else {
$table->cellpadding = 4;
$table->cellspacing = 4;