revert to sql in updateitem.pl
authorRyan Higgins <rch@liblime.com>
Thu, 27 Dec 2007 22:47:23 +0000 (16:47 -0600)
committerJoshua Ferraro <jmf@liblime.com>
Thu, 27 Dec 2007 23:22:14 +0000 (17:22 -0600)
Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
catalogue/updateitem.pl

index cdd8d46..8beae00 100755 (executable)
@@ -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;