mirror of
https://github.com/opensourcepos/opensourcepos.git
synced 2026-07-12 16:07:26 -04:00
Fix typo in migration classes
This commit is contained in:
@@ -23,7 +23,7 @@ class Migration_Upgrade_To_3_1_1 extends CI_Migration
|
||||
|
||||
foreach($sqls as $statement)
|
||||
{
|
||||
$statment = $statement . ";";
|
||||
$statement = $statement . ';';
|
||||
|
||||
if(!$this->db->simple_query($statement))
|
||||
{
|
||||
|
||||
@@ -23,7 +23,7 @@ class Migration_Upgrade_To_3_2_0 extends CI_Migration
|
||||
|
||||
foreach($sqls as $statement)
|
||||
{
|
||||
$statment = $statement . ";";
|
||||
$statement = $statement . ';';
|
||||
|
||||
if(!$this->db->simple_query($statement))
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user