Correct name of Class.
This commit is contained in:
parent
581c63451f
commit
a1b1ea9e4e
1 changed files with 1 additions and 1 deletions
|
@ -23,7 +23,7 @@ my $dbhNew = DBI->connect("dbi:SQLite:dbname=$NEW_SUPPORTERS_SQLITE_DB_FILE", ""
|
||||||
{ RaiseError => 1, sqlite_unicode => 1 })
|
{ RaiseError => 1, sqlite_unicode => 1 })
|
||||||
or die $DBI::errstr;
|
or die $DBI::errstr;
|
||||||
|
|
||||||
my $sp = new Supporter($dbhNew, "/usr/bin/ledger");
|
my $sp = new Supporters($dbhNew, "/usr/bin/ledger");
|
||||||
|
|
||||||
# Insert t-shirt types and sizes
|
# Insert t-shirt types and sizes
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue