diff --git a/libraries/controllers/TableSearchController.class.php b/libraries/controllers/TableSearchController.class.php index fcd9411453..6a05c33c96 100644 --- a/libraries/controllers/TableSearchController.class.php +++ b/libraries/controllers/TableSearchController.class.php @@ -171,10 +171,6 @@ class TableSearchController extends TableController */ public function indexAction() { - $_REQUEST['db'] = 'TEST'; - $_REQUEST['table'] = 'fuck2'; - $_REQUEST['where_clause'] = '`c` = 2'; - $this->getDataRowAction(); switch ($this->_searchType) { case 'replace': if (isset($_POST['find'])) {