From d00b21b2022e6cebe901dc6770b60ab7119c0073 Mon Sep 17 00:00:00 2001 From: Marc Delisle Date: Fri, 31 Jul 2015 13:30:58 -0400 Subject: [PATCH] Remove dead code Signed-off-by: Marc Delisle --- libraries/controllers/TableSearchController.class.php | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/libraries/controllers/TableSearchController.class.php b/libraries/controllers/TableSearchController.class.php index 49c2a5d0c1..4a3fcb011a 100644 --- a/libraries/controllers/TableSearchController.class.php +++ b/libraries/controllers/TableSearchController.class.php @@ -90,12 +90,10 @@ class TableSearchController extends TableController /** * Constructor * - * @param string $db DB name - * @param string $table Table name * @param string $searchType Search type * @param string $url_query URL query */ - public function __construct($db, $table, $searchType, $url_query) + public function __construct($searchType, $url_query) { parent::__construct(); @@ -1221,4 +1219,4 @@ class TableSearchController extends TableController return $where; } -} \ No newline at end of file +}