X-Git-Url: http://koha-dev.rot13.org:8081/gitweb/?a=blobdiff_plain;f=C4%2FBackgroundJob.pm;h=e20eb6efc90caad33b0f02d65d7eca4675cd6d6f;hb=17a508e0532d6dcf1f2b1f7bf4f36644dd15e7aa;hp=3e1759ea3ee299b6a516d805e9d9f791ef33c3c9;hpb=f59595d92f29cc56fb9b18c290e189f5a8ab0609;p=koha_fer diff --git a/C4/BackgroundJob.pm b/C4/BackgroundJob.pm index 3e1759ea3e..e20eb6efc9 100644 --- a/C4/BackgroundJob.pm +++ b/C4/BackgroundJob.pm @@ -14,11 +14,12 @@ package C4::BackgroundJob; # WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR # A PARTICULAR PURPOSE. See the GNU General Public License for more details. # -# 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 +# You should have received a copy of the GNU General Public License along +# with Koha; if not, write to the Free Software Foundation, Inc., +# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. use strict; +#use warnings; FIXME - Bug 2505 use C4::Context; use C4::Auth qw/get_session/; use Digest::MD5;