This commit is contained in:
parent
67f1908a4d
commit
77e1f3742b
1 changed files with 2 additions and 2 deletions
|
@ -21,8 +21,8 @@ if(isset($_POST['button']))
|
|||
}
|
||||
|
||||
//Getting lang variables
|
||||
|
||||
$query = mysqli_query("SELECT * FROM ".tbl("phrases")." ORDER BY text ASC");
|
||||
global $db;
|
||||
$query = mysqli_query($db,"SELECT * FROM ".tbl("phrases")." ORDER BY text ASC");
|
||||
|
||||
?>
|
||||
<form id="form1" name="form1" method="post" action="">
|
||||
|
|
Loading…
Add table
Reference in a new issue