Skip to content

Commit

Permalink
fix: call to undefined function on table search
Browse files Browse the repository at this point in the history
Signed-off-by: Chirayu Chiripal <chirayu.chiripal@gmail.com>
  • Loading branch information
chirayuchiripal committed Jun 14, 2014
1 parent b857076 commit 742e1d1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tbl_select.php
Expand Up @@ -16,6 +16,7 @@
require_once 'libraries/mysql_charsets.inc.php';
require_once 'libraries/TableSearch.class.php';
require_once 'libraries/sql.lib.php';
require_once 'libraries/bookmark.lib.php';

$response = PMA_Response::getInstance();
$header = $response->getHeader();
Expand Down

0 comments on commit 742e1d1

Please sign in to comment.