Lines 1-7
Link Here
|
1 |
#!/usr/bin/perl |
1 |
#!/usr/bin/perl |
2 |
|
2 |
|
3 |
|
3 |
|
4 |
# Copyright 2000-2002 Katipo Communications |
4 |
# Copyright 2010 Biblibre |
5 |
# |
5 |
# |
6 |
# This file is part of Koha. |
6 |
# This file is part of Koha. |
7 |
# |
7 |
# |
Lines 15-22
Link Here
|
15 |
# A PARTICULAR PURPOSE. See the GNU General Public License for more details. |
15 |
# A PARTICULAR PURPOSE. See the GNU General Public License for more details. |
16 |
# |
16 |
# |
17 |
# You should have received a copy of the GNU General Public License along with |
17 |
# You should have received a copy of the GNU General Public License along with |
18 |
# Koha; if not, write to the Free Software Foundation, Inc., 59 Temple Place, |
18 |
# Koha; if not, write to the Free Software Foundation, Inc., |
19 |
# Suite 330, Boston, MA 02111-1307 USA |
19 |
# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. |
|
|
20 |
|
20 |
|
21 |
|
21 |
use strict; |
22 |
use strict; |
22 |
|
23 |
|
23 |
- |
|
|