[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Koha-cvs] koha/misc/cronjobs notifyMailsOp.pl [rel_3_0]
From: |
LAURIN arnaud |
Subject: |
[Koha-cvs] koha/misc/cronjobs notifyMailsOp.pl [rel_3_0] |
Date: |
Mon, 05 Feb 2007 15:04:15 +0000 |
CVSROOT: /sources/koha
Module name: koha
Branch: rel_3_0
Changes by: LAURIN arnaud <alaurin> 07/02/05 15:04:15
Modified files:
misc/cronjobs : notifyMailsOp.pl
Log message:
adding an utf8 decode for lisibility of mailtitle
CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/koha/misc/cronjobs/notifyMailsOp.pl?cvsroot=koha&only_with_tag=rel_3_0&r1=1.1.2.1&r2=1.1.2.2
Patches:
Index: notifyMailsOp.pl
===================================================================
RCS file: /sources/koha/koha/misc/cronjobs/Attic/notifyMailsOp.pl,v
retrieving revision 1.1.2.1
retrieving revision 1.1.2.2
diff -u -b -r1.1.2.1 -r1.1.2.2
--- notifyMailsOp.pl 29 Jan 2007 14:56:09 -0000 1.1.2.1
+++ notifyMailsOp.pl 5 Feb 2007 15:04:15 -0000 1.1.2.2
@@ -181,6 +181,10 @@
}
}
# initiate the send mail
+
+# decoding mailtitle for lisibility of mailtitle (bug with utf-8 values,
so decoding it)
+ utf8::decode($mailtitle);
+
my $mailtext = $content;
unshift @{$Mail::Sendmail::mailcfg{'smtp'}} ,
$smtpserver;
# set your own mail server name here
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Koha-cvs] koha/misc/cronjobs notifyMailsOp.pl [rel_3_0],
LAURIN arnaud <=