From 250a07ef0a23ca13acb956123523f64e112470f9 Mon Sep 17 00:00:00 2001 From: Mark Tompsett Date: Wed, 30 Mar 2016 20:11:45 -0400 Subject: [PATCH] Bug 16170 - Corrected to make work more smoothly Signed-off-by: Mark Tompsett Signed-off-by: Marcel de Rooy Signed-off-by: Kyle M Hall --- installer/data/mysql/atomicupdate/16170_dbrev.perl | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/installer/data/mysql/atomicupdate/16170_dbrev.perl b/installer/data/mysql/atomicupdate/16170_dbrev.perl index 7cbfdeb..542dd10 100644 --- a/installer/data/mysql/atomicupdate/16170_dbrev.perl +++ b/installer/data/mysql/atomicupdate/16170_dbrev.perl @@ -1,3 +1,7 @@ +#!/usr/bin/perl + +use C4::Context; + my $dbh = C4::Context->dbh; my $DBversion = "XXX"; -- 2.1.4