1
0
mirror of https://github.com/vrana/adminer.git synced 2025-08-07 23:27:17 +02:00

Add missing namespace

This commit is contained in:
Jakub Vrana
2025-03-07 12:50:23 +01:00
parent 2c9f380c64
commit 22a544f71c
4 changed files with 4 additions and 3 deletions

View File

@@ -660,7 +660,7 @@ function queries($query) {
* @param callback
* @return bool
*/
function apply_queries($query, $tables, $escape = 'table') {
function apply_queries($query, $tables, $escape = 'Adminer\table') {
foreach ($tables as $table) {
if (!queries("$query " . $escape($table))) {
return false;