Fix select_db_table to handle properly 'valeur=0' commands
authorRaphaël Barrois <raphael.barrois@polytechnique.org>
Tue, 19 Oct 2010 21:18:00 +0000 (23:18 +0200)
committerRaphaël Barrois <raphael.barrois@polytechnique.org>
Tue, 19 Oct 2010 21:18:00 +0000 (23:18 +0200)
commit548a67995dcfa2c2d15198088a8fe9fae751109f
tree8f48cad922191199af0ef6b7f3339e108c0bc5e2
parent26d00fe51bd4399ec2f9dff4a797daf2fc23961a
Fix select_db_table to handle properly 'valeur=0' commands

empty() is an evil PHP function:
    empty($a['x']) is true if $a['x'] == 0...

Signed-off-by: Raphaël Barrois <raphael.barrois@polytechnique.org>
plugins/function.select_db_table.php