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:
parent
696181859f
commit
47e763d77f
|
@ -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
|
||||
|
|
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue