fix: declare FormTable::$i property and consolidate created_by_admin into INSERT
Agent-Logs-Url: https://github.com/GameServerPanel/GSP/sessions/f945ff87-7135-4e6f-bbdb-f3ec276ac89b Co-authored-by: iaretechnician <2749183+iaretechnician@users.noreply.github.com>
This commit is contained in:
parent
674fd1ce21
commit
facd1f0269
2 changed files with 3 additions and 13 deletions
|
|
@ -60,11 +60,7 @@
|
|||
|
||||
class FormTable {
|
||||
|
||||
|
||||
public function __construct()
|
||||
{
|
||||
$this->i = 0;
|
||||
}
|
||||
public $i = 0;
|
||||
|
||||
public function start_form($action, $method = "post", $extra = "")
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue