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

(-)a/admin/cities.pl (-1 / +1 lines)
Lines 1-4 Link Here
1
#! /usr/bin/perl
1
#!/usr/bin/perl
2
2
3
# Copyright 2006 SAN OUEST-PROVENCE et Paul POULAIN
3
# Copyright 2006 SAN OUEST-PROVENCE et Paul POULAIN
4
#
4
#
(-)a/admin/classsources.pl (-1 / +1 lines)
Lines 1-4 Link Here
1
#! /usr/bin/perl
1
#!/usr/bin/perl
2
#
2
#
3
# Copyright 2007 LibLime
3
# Copyright 2007 LibLime
4
#
4
#
(-)a/admin/matching-rules.pl (-1 / +1 lines)
Lines 1-4 Link Here
1
#! /usr/bin/perl
1
#!/usr/bin/perl
2
#
2
#
3
# Copyright 2007 LibLime
3
# Copyright 2007 LibLime
4
#
4
#
(-)a/admin/patron-attr-types.pl (-1 / +1 lines)
Lines 1-4 Link Here
1
#! /usr/bin/perl
1
#!/usr/bin/perl
2
#
2
#
3
# Copyright 2008 LibLime
3
# Copyright 2008 LibLime
4
# Parts copyright 2010 BibLibre
4
# Parts copyright 2010 BibLibre
(-)a/installer/data/mysql/atomicupdate/0001-bug_2929-permit_to_define_fine_days_in_issuing_rules.pl (-1 / +1 lines)
Lines 1-4 Link Here
1
#! /usr/bin/perl
1
#!/usr/bin/perl
2
use strict;
2
use strict;
3
use warnings;
3
use warnings;
4
use C4::Context;
4
use C4::Context;
(-)a/installer/data/mysql/atomicupdate/0005-Add_CAS_Configuration.pl (-1 / +1 lines)
Lines 1-4 Link Here
1
#! /usr/bin/perl
1
#!/usr/bin/perl
2
use strict;
2
use strict;
3
use warnings;
3
use warnings;
4
use C4::Context;
4
use C4::Context;
(-)a/installer/data/mysql/atomicupdate/0007-Opac-search-history.pl (-1 / +1 lines)
Lines 1-4 Link Here
1
#! /usr/bin/perl
1
#!/usr/bin/perl
2
use strict;
2
use strict;
3
use warnings;
3
use warnings;
4
use C4::Context;
4
use C4::Context;
(-)a/installer/data/mysql/atomicupdate/0008-opac-description-for-authorised-values.pl (-1 / +1 lines)
Lines 1-4 Link Here
1
#! /usr/bin/perl
1
#!/usr/bin/perl
2
use strict;
2
use strict;
3
use warnings;
3
use warnings;
4
use C4::Context;
4
use C4::Context;
(-)a/installer/data/mysql/atomicupdate/0009-patron-attr-display-checkout.pl (-1 / +1 lines)
Lines 1-4 Link Here
1
#! /usr/bin/perl
1
#!/usr/bin/perl
2
use strict;
2
use strict;
3
use warnings;
3
use warnings;
4
use C4::Context;
4
use C4::Context;
(-)a/installer/data/mysql/atomicupdate/Bug-4246-Talking-Tech-itiva-phone-notifications.pl (-1 / +1 lines)
Lines 1-4 Link Here
1
#! /usr/bin/perl
1
#!/usr/bin/perl
2
use strict;
2
use strict;
3
use warnings;
3
use warnings;
4
use C4::Context;
4
use C4::Context;
(-)a/installer/data/mysql/atomicupdate/bug_6843_Renew_membership_from_expiry_or_current_date.pl (-1 / +1 lines)
Lines 1-4 Link Here
1
#! /usr/bin/perl
1
#!/usr/bin/perl
2
use strict;
2
use strict;
3
use warnings;
3
use warnings;
4
use C4::Context;
4
use C4::Context;
(-)a/installer/data/mysql/atomicupdate/bug_7144-add-returnbranch-to-branch-item-issuing-rules.pl (-1 / +1 lines)
Lines 1-4 Link Here
1
#! /usr/bin/perl
1
#!/usr/bin/perl
2
use strict;
2
use strict;
3
use warnings;
3
use warnings;
4
use C4::Context;
4
use C4::Context;
(-)a/installer/data/mysql/atomicupdate/local_cover_images.pl (-2 / +1 lines)
Lines 1-4 Link Here
1
#! /usr/bin/perl
1
#!/usr/bin/perl
2
use strict;
2
use strict;
3
use warnings;
3
use warnings;
4
use C4::Context;
4
use C4::Context;
5
- 

Return to bug 5617