|
Lines 1-5
Link Here
|
| 1 |
#!/usr/bin/perl |
1 |
#!/usr/bin/perl |
| 2 |
|
2 |
|
|
|
3 |
# Copyright Katipo Communications 2002 |
| 4 |
# Copyright Biblibre 2007,2010 |
| 5 |
# |
| 3 |
# This file is part of Koha. |
6 |
# This file is part of Koha. |
| 4 |
# |
7 |
# |
| 5 |
# Koha is free software; you can redistribute it and/or modify it under the |
8 |
# Koha is free software; you can redistribute it and/or modify it under the |
|
Lines 11-22
Link Here
|
| 11 |
# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR |
14 |
# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR |
| 12 |
# 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. |
| 13 |
# |
16 |
# |
| 14 |
# 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 |
| 15 |
# Koha; if not, write to the Free Software Foundation, Inc., 59 Temple Place, |
18 |
# with Koha; if not, write to the Free Software Foundation, Inc., |
| 16 |
# Suite 330, Boston, MA 02111-1307 USA |
19 |
# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. |
| 17 |
|
20 |
|
| 18 |
# wrriten 15/10/2002 by finlay@katipo.oc.nz |
|
|
| 19 |
# script to display borrowers account details in the opac |
| 20 |
|
21 |
|
| 21 |
use strict; |
22 |
use strict; |
| 22 |
use CGI; |
23 |
use CGI; |