Revision: 2980
          https://sourceforge.net/p/mrbs/code/2980/
Author:   cimorrison
Date:     2015-01-25 09:49:45 +0000 (Sun, 25 Jan 2015)
Log Message:
-----------
Fixed bug causing invalid .ics files to be created when exporting bookings from 
view_entry or report.

Modified Paths:
--------------
    mrbs/trunk/web/functions_mail.inc
    mrbs/trunk/web/language.inc

Modified: mrbs/trunk/web/functions_mail.inc
===================================================================
--- mrbs/trunk/web/functions_mail.inc   2015-01-24 12:36:55 UTC (rev 2979)
+++ mrbs/trunk/web/functions_mail.inc   2015-01-25 09:49:45 UTC (rev 2980)
@@ -24,12 +24,6 @@
 }
 
 
-function get_mail_charset()
-{
-  return 'utf-8';
-}
-
-
 function get_mail_locale()
 {
   static $mail_locale;

Modified: mrbs/trunk/web/language.inc
===================================================================
--- mrbs/trunk/web/language.inc 2015-01-24 12:36:55 UTC (rev 2979)
+++ mrbs/trunk/web/language.inc 2015-01-25 09:49:45 UTC (rev 2980)
@@ -1025,6 +1025,12 @@
 }
 
 
+function get_mail_charset()
+{
+  return 'utf-8';
+}
+
+
 function get_csv_charset()
 {
   global $csv_charset;
------------------------------------------------------------------------------
New Year. New Location. New Benefits. New Data Center in Ashburn, VA.
GigeNET is offering a free month of service with a new server in Ashburn.
Choose from 2 high performing configs, both with 100TB of bandwidth.
Higher redundancy.Lower latency.Increased capacity.Completely compliant.
http://p.sf.net/sfu/gigenet
_______________________________________________
Mrbs-commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/mrbs-commits

Reply via email to