offline_circ must use SQLite v2 - because Kyles PHP does
authorMichael Hafen <mdhafen@tech.washk12.org>
Tue, 5 May 2009 22:56:30 +0000 (16:56 -0600)
committerGalen Charlton <galen.charlton@liblime.com>
Thu, 21 May 2009 20:26:21 +0000 (15:26 -0500)
commit6c0dbfb86db5babab8f184db5093b902fd248c18
treea9e60f7fcb4ccaf4d03004ed6396ec7589a4de04
parent5d30ed4ce822092eb6efd610540e63b056fb94f0
offline_circ must use SQLite v2 - because Kyles PHP does

The Offline Circ tool by Kyle Hall uses PHP's SQLite, which is SQLite
v2.  Gnope, which Kyle links, ships with libSQLite v2.

Let's not count on libsqlite3 not being installed for perl.  If it is
installed DBD::SQLite will use it, where DBD::SQLite2 will not.

Signed-off-by: Galen Charlton <galen.charlton@liblime.com>
Makefile.PL
about.pl
misc/cronjobs/create_koc_db.pl