PHP8.2 : DEPRECATED Syntax

This commit is contained in:
2023-02-03 07:44:19 +01:00
parent 535525db1d
commit cfb11c6d4a

View File

@@ -3683,7 +3683,7 @@ class Dblayeroo
}
}
if ($autoInc !== null) {
$autoInc = $this->table . "_${col}_seq";
$autoInc = $this->table . "_{$col}_seq";
}
}
$this->debugLog(