Lines 13-22
Link Here
|
13 |
# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR |
13 |
# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR |
14 |
# A PARTICULAR PURPOSE. See the GNU General Public License for more details. |
14 |
# A PARTICULAR PURPOSE. See the GNU General Public License for more details. |
15 |
# |
15 |
# |
16 |
# You should have received a copy of the GNU General Public License along with |
16 |
# You should have received a copy of the GNU General Public License along |
17 |
# Koha; if not, write to the Free Software Foundation, Inc., 59 Temple Place, |
17 |
# with Koha; if not, write to the Free Software Foundation, Inc., |
18 |
# Suite 330, Boston, MA 02111-1307 USA |
18 |
# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. |
19 |
# |
19 |
|
20 |
|
20 |
|
21 |
use strict; |
21 |
use strict; |
22 |
use warnings; |
22 |
use warnings; |
23 |
- |
|
|