mirror of
https://github.com/slawkens/myaac.git
synced 2025-04-26 17:29:21 +02:00
Change hasTable -> hasColumn
This commit is contained in:
parent
1b802b040d
commit
357d487af7
@ -179,7 +179,7 @@ if(isset($_POST['town']) && isset($_POST['state']) && isset($_POST['order']) &&
|
|||||||
$housesSearch = true;
|
$housesSearch = true;
|
||||||
}
|
}
|
||||||
|
|
||||||
$guild = $db->hasTable('houses', 'guild') ? ' or guildhall' : '';
|
$guild = $db->hasColumn('houses', 'guild') ? ' or guildhall' : '';
|
||||||
$twig->display('houses.html.twig', array(
|
$twig->display('houses.html.twig', array(
|
||||||
'state' => $state,
|
'state' => $state,
|
||||||
'order' => $order,
|
'order' => $order,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user