revert to sql in updateitem.pl

Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
This commit is contained in:
Ryan Higgins 2007-12-27 16:47:23 -06:00 committed by Joshua Ferraro
parent 7d6282e513
commit 3c63d07909

View file

@ -17,7 +17,8 @@
# You should have received a copy of the GNU General Public License along with
# Koha; if not, write to the Free Software Foundation, Inc., 59 Temple Place,
# Suite 330, Boston, MA 02111-1307 USA
use strict; use warnings;
use strict;
use warnings;
use CGI;
use C4::Context;
use C4::Biblio;