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

(-)a/authorities/auth_finder.pl (-5 lines)
Lines 1-5 Link Here
1
#!/usr/bin/perl
1
#!/usr/bin/perl
2
# WARNING: 4-character tab stops here
3
2
4
# Copyright 2000-2002 Katipo Communications
3
# Copyright 2000-2002 Katipo Communications
5
#
4
#
Lines 176-182 $template->param( Link Here
176
175
177
# Print the page
176
# Print the page
178
output_html_with_http_headers $query, $cookie, $template->output;
177
output_html_with_http_headers $query, $cookie, $template->output;
179
180
# Local Variables:
181
# tab-width: 4
182
# End:
(-)a/members/memberentry.pl (-4 lines)
Lines 909-915 sub add_guarantors { Link Here
909
        );
909
        );
910
    }
910
    }
911
}
911
}
912
913
# Local Variables:
914
# tab-width: 8
915
# End:
(-)a/opac/opac-authorities-home.pl (-5 lines)
Lines 1-5 Link Here
1
#!/usr/bin/perl
1
#!/usr/bin/perl
2
# WARNING: 4-character tab stops here
3
2
4
# Copyright 2000-2002 Katipo Communications
3
# Copyright 2000-2002 Katipo Communications
5
#
4
#
Lines 202-208 $template->param( Link Here
202
201
203
# Print the page
202
# Print the page
204
output_html_with_http_headers $query, $cookie, $template->output;
203
output_html_with_http_headers $query, $cookie, $template->output;
205
206
# Local Variables:
207
# tab-width: 4
208
# End:
(-)a/serials/subscription-bib-search.pl (-6 lines)
Lines 1-5 Link Here
1
#!/usr/bin/perl
1
#!/usr/bin/perl
2
# WARNING: 4-character tab stops here
3
2
4
# Copyright 2000-2002 Katipo Communications
3
# Copyright 2000-2002 Katipo Communications
5
# Parts Copyright 2010 Biblibre
4
# Parts Copyright 2010 Biblibre
Lines 232-238 else { Link Here
232
231
233
# Print the page
232
# Print the page
234
output_html_with_http_headers $input, $cookie, $template->output;
233
output_html_with_http_headers $input, $cookie, $template->output;
235
236
# Local Variables:
237
# tab-width: 4
238
# End:
239
- 

Return to bug 33803