mirror of
https://github.com/Sarjuuk/aowow.git
synced 2025-11-29 15:58:16 +08:00
@@ -61,8 +61,8 @@ function update()
|
|||||||
|
|
||||||
sleep(1);
|
sleep(1);
|
||||||
|
|
||||||
$sql = array_unique(explode(' ', trim($sql)));
|
$sql = trim($sql) ? array_unique(explode(' ', trim($sql))) : [];
|
||||||
$build = array_unique(explode(' ', trim($build)));
|
$build = trim($build) ? array_unique(explode(' ', trim($build))) : [];
|
||||||
|
|
||||||
if ($sql)
|
if ($sql)
|
||||||
CLISetup::log('The following table(s) require syncing: '.implode(', ', $sql));
|
CLISetup::log('The following table(s) require syncing: '.implode(', ', $sql));
|
||||||
|
|||||||
Reference in New Issue
Block a user