View | Details | Raw Unified | Return to bug 16424
Collapse All | Expand All

(-)a/svc/bib_framework (-3 / +1 lines)
Lines 17-24 Link Here
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
19
#
19
#
20
use strict;
20
use Modern::Perl;
21
use warnings;
22
use CGI qw ( -utf8 );
21
use CGI qw ( -utf8 );
23
use C4::Auth qw/check_api_auth/;
22
use C4::Auth qw/check_api_auth/;
24
use C4::Biblio;
23
use C4::Biblio;
25
- 

Return to bug 16424