From a1b1ea9e4e99282e186f872bd685c38869127496 Mon Sep 17 00:00:00 2001 From: "Bradley M. Kuhn" Date: Wed, 30 Dec 2015 04:15:32 -0800 Subject: [PATCH] Correct name of Class. --- scripts/db-convert-0.1-to-0.2.plx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/db-convert-0.1-to-0.2.plx b/scripts/db-convert-0.1-to-0.2.plx index 95775b0..b2d60fd 100644 --- a/scripts/db-convert-0.1-to-0.2.plx +++ b/scripts/db-convert-0.1-to-0.2.plx @@ -23,7 +23,7 @@ my $dbhNew = DBI->connect("dbi:SQLite:dbname=$NEW_SUPPORTERS_SQLITE_DB_FILE", "" { RaiseError => 1, sqlite_unicode => 1 }) 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