From e00e257346054cf284732aa953b65256a98c13b4 Mon Sep 17 00:00:00 2001 From: Atul Pratap Singh Date: Wed, 26 Aug 2015 17:54:24 +0530 Subject: [PATCH] Remove not required lines Signed-off-by: Atul Pratap Singh --- libraries/controllers/TableSearchController.class.php | 4 ---- 1 file changed, 4 deletions(-) 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'])) {