Now the user can delete filters with an empty name

This commit is contained in:
Alejandro Gallardo Escobar 2015-05-22 14:12:01 +02:00
parent 36180716ee
commit 7555963297
1 changed files with 1 additions and 1 deletions

View File

@ -32,7 +32,7 @@ if ($delete){
$id = (int) get_parameter('id');
$id_filter = db_get_value('id_name', 'tevent_filter', 'id_filter', $id);
$id_filter = db_get_value('id_filter', 'tevent_filter', 'id_filter', $id);
if ($id_filter === false) {
$result = false;