@@ -235,6 +235,7 @@ class Database
*/
private function getUrlParam($key, $table, $suffix, $state, $project = '', $input = array())
{
+ $this->param = array();
if (!$this->param) {
if ($where = Dever::preInput('search_', $input)) {
unset($where['search_option_state']);