Lines 4-9
Link Here
|
4 |
# Trendsetters, |
4 |
# Trendsetters, |
5 |
# dan, and |
5 |
# dan, and |
6 |
# Christina Lee. |
6 |
# Christina Lee. |
|
|
7 |
# |
8 |
# This file is part of Koha. |
9 |
# |
10 |
# Koha is free software; you can redistribute it and/or modify it under the |
11 |
# terms of the GNU General Public License as published by the Free Software |
12 |
# Foundation; either version 2 of the License, or (at your option) any later |
13 |
# version. |
14 |
# |
15 |
# Koha is distributed in the hope that it will be useful, but WITHOUT ANY |
16 |
# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR |
17 |
# A PARTICULAR PURPOSE. See the GNU General Public License for more details. |
18 |
# |
19 |
# You should have received a copy of the GNU General Public License along |
20 |
# with Koha; if not, write to the Free Software Foundation, Inc., |
21 |
# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. |
22 |
|
7 |
|
23 |
|
8 |
use strict; |
24 |
use strict; |
9 |
use warnings; |
25 |
use warnings; |
10 |
- |
|
|