# You should have received a copy of the GNU General Public License
# along with Koha; if not, see <http://www.gnu.org/licenses>.
use strict;
use Modern::Perl;
use warnings;
use C4::Auth;
use C4::Output;
#
use C4::Service;
use C4::Form::MessagingPreferences;
#use warnings; FIXME - Bug 2505
use CGI qw ( -utf8 );
use C4::Context;
# Written by Steve Tonnesen
# July 26, 2002 (my birthday!)
#by chris@katipo.co.nz
#converted to using templates 3/16/03 by mwhansen@hmc.edu
use Koha::AuthUtils;
# pragma
# external modules
=cut
use HTML::Entities;
use URI::Escape;
use C4::Auth qw/:DEFAULT get_session/;
use C4::Auth qw/:DEFAULT/;
-