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:
parent
fff379edd8
commit
cc306ca355
4 changed files with 11 additions and 10 deletions
|
|
@ -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(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue