Bug 8829: Fix authority importing
authorJared Camins-Esakov <jcamins@cpbibliography.com>
Wed, 26 Sep 2012 20:33:15 +0000 (16:33 -0400)
committerPaul Poulain <paul.poulain@biblibre.com>
Mon, 8 Oct 2012 16:06:55 +0000 (18:06 +0200)
commite883a0f065d166db1e42fee3b67369a056569ba6
treec05c056d70adcf2499f66adc8f7b5b281acf2f9a
parentb769a3cda041d3e9d8f967a1e1f394caf686c9ad
Bug 8829: Fix authority importing

A subroutine was not being imported by C4::ImportBatch (ironic, no?)
so this patch makes the call fully-qualified. This patch also cleans
up two warnings in C4::Auth that are raised when logged in as the
database user.

Signed-off-by: Nicole C. Engard <nengard@bywatersolutions.com>
Signed-off-by: Paul Poulain <paul.poulain@biblibre.com>
C4/Auth.pm
C4/ImportBatch.pm