I noticed a minor error
when you go to delete the search log and do not select any searches to delete however hit the delete button anyway you get this error. The error only happens if you do not check any searches to be deleted.
General Error
SQL ERROR [ mysql4 ]
You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '' at line 2 [1064]
SQL
DELETE FROM phpbb_search_log WHERE
BACKTRACE
FILE: (not given by php)
LINE: (not given by php)
CALL: msg_handler()
FILE: [ROOT]/phpbb/db/driver/driver.php
LINE: 855
CALL: trigger_error()
FILE: [ROOT]/phpbb/db/driver/mysql.php
LINE: 181
CALL: phpbb\db\driver\driver->sql_error()
FILE: [ROOT]/phpbb/db/driver/factory.php
LINE: 329
CALL: phpbb\db\driver\mysql->sql_query()
FILE: [ROOT]/ext/david63/logsearches/controller/admin_controller.php
LINE: 267
CALL: phpbb\db\driver\factory->sql_query()
FILE: [ROOT]/ext/david63/logsearches/controller/admin_controller.php
LINE: 164
CALL: david63\logsearches\controller\admin_controller->search_log_delete()
FILE: [ROOT]/ext/david63/logsearches/acp/logsearches_module.php
LINE: 30
CALL: david63\logsearches\controller\admin_controller->display_output()
FILE: [ROOT]/includes/functions_module.php
LINE: 674
CALL: david63\logsearches\acp\logsearches_module->main()
FILE: [ROOT]/adm/index.php
LINE: 81
CALL: p_master->load_active()