X-Git-Url: http://koha-dev.rot13.org:8081/gitweb/?a=blobdiff_plain;f=opac%2Fopac-ics.pl;h=5a8512a24a0a9b3af60547194b3fb640ae8fb4e3;hb=1e98195b1014f9b0680be9d6ea9e8e8132821158;hp=9206e8bfd9cee31cc1a1d071330ed6eb8f250110;hpb=c70cd87d549d71229c1f80d9f1af3db8c68636f5;p=koha_gimpoz diff --git a/opac/opac-ics.pl b/opac/opac-ics.pl index 9206e8bfd9..5a8512a24a 100755 --- a/opac/opac-ics.pl +++ b/opac/opac-ics.pl @@ -13,13 +13,15 @@ # WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR # A PARTICULAR PURPOSE. See the GNU General Public License for more details. # -# You should have received a copy of the GNU General Public License along with -# Koha; if not, write to the Free Software Foundation, Inc., 59 Temple Place, -# Suite 330, Boston, MA 02111-1307 USA +# You should have received a copy of the GNU General Public License along +# with Koha; if not, write to the Free Software Foundation, Inc., +# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. # This script builds an ICalendar file (rfc 2445) for use in programs such as Ical use strict; +use warnings; + use CGI; use Data::ICal; use Data::ICal::Entry::Event;