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:
parent
7d6282e513
commit
3c63d07909
1 changed files with 2 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue