Make class instance match the class name
Signed-off-by: Marc Delisle <marc@infomarc.info>
This commit is contained in:
parent
3cace0f05b
commit
7c62dfd79d
@ -106,7 +106,7 @@ if ($message_to_display) {
|
||||
unset($message_to_display);
|
||||
|
||||
// create new qbe search instance
|
||||
$db_qbe = new PMA_DBQbe($GLOBALS['db'], $savedSearchList, $savedSearch);
|
||||
$db_qbe = new PMA_DbQbe($GLOBALS['db'], $savedSearchList, $savedSearch);
|
||||
|
||||
/**
|
||||
* Displays the Query by example form
|
||||
|
||||
Loading…
Reference in New Issue
Block a user