mirror of
https://github.com/TotalFreedomMC/StaffOnlyText.git
synced 2024-12-21 23:35:11 +00:00
OCD format fix
This commit is contained in:
parent
57b03d08b9
commit
b23fa98052
1 changed files with 2 additions and 0 deletions
|
@ -52,7 +52,9 @@ function staff_only_text_activate()
|
|||
$i = 1;
|
||||
|
||||
foreach ($settings as &$row)
|
||||
{
|
||||
$row['gid'] = $settingGroupId;
|
||||
$row['title'] = $db->escape_string($row['title']);
|
||||
$row['description'] = $db->escape_string($row['description']);
|
||||
$row['disporder'] = $i++;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue