Polish workshop helper ordering and docs wording consistency

Agent-Logs-Url: https://github.com/GameServerPanel/GSP/sessions/1575c81b-f8a7-433a-8f3b-e068c0992c18

Co-authored-by: iaretechnician <2749183+iaretechnician@users.noreply.github.com>
This commit is contained in:
copilot-swe-agent[bot] 2026-05-08 13:01:48 +00:00 committed by GitHub
parent fff379edd8
commit cc306ca355
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 11 additions and 10 deletions

View file

@ -33,13 +33,6 @@ if (!function_exists('sw_module_db_prefix')) {
}
}
if (!function_exists('sw_module_table')) {
function sw_module_table($table)
{
return '`' . sw_module_table_name($table) . '`';
}
}
if (!function_exists('sw_module_table_name')) {
function sw_module_table_name($table)
{
@ -52,6 +45,13 @@ if (!function_exists('sw_module_table_name')) {
}
}
if (!function_exists('sw_module_table')) {
function sw_module_table($table)
{
return '`' . sw_module_table_name($table) . '`';
}
}
$install_queries = array();
$legacyDrops = array(