From: Matt S Trout Date: Tue, 19 Jul 2011 23:50:53 +0000 (+0000) Subject: fix typo in SQL statement definition X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FApp-IdiotBox.git;a=commitdiff_plain;h=de247f1b00c98697c80d7b558ccc473af7b2d6c9 fix typo in SQL statement definition --- diff --git a/lib/App/IdiotBox/Store/SQLite.pm b/lib/App/IdiotBox/Store/SQLite.pm index 2f17260..dfd0949 100644 --- a/lib/App/IdiotBox/Store/SQLite.pm +++ b/lib/App/IdiotBox/Store/SQLite.pm @@ -71,7 +71,7 @@ sub _bind_announcements { ORDER BY announcement.made_at DESC }, - insert_sql => sub { + insert_one => sub { my ($store, undef, $dbh, $args) = @_; $store->_sth_for($dbh, q{ INSERT INTO announcements