From 8bed5e0151eb375e2d2dc91e4e6c6d5aa62daa5c Mon Sep 17 00:00:00 2001
From: Aleksander Machniak <alec@alec.pl>
Date: Sun, 19 Jul 2015 05:06:48 -0400
Subject: [PATCH] Fix regression where compose editor mode was set incorrectly
---
program/include/iniset.php | 10 ++--------
1 files changed, 2 insertions(+), 8 deletions(-)
diff --git a/program/include/iniset.php b/program/include/iniset.php
index 19a244f..3044e0e 100644
--- a/program/include/iniset.php
+++ b/program/include/iniset.php
@@ -1,6 +1,6 @@
<?php
-/*
+/**
+-----------------------------------------------------------------------+
| program/include/iniset.php |
| |
@@ -21,7 +21,7 @@
*/
// application constants
-define('RCMAIL_VERSION', '1.1.0');
+define('RCMAIL_VERSION', '1.2-git');
define('RCMAIL_START', microtime(true));
if (!defined('INSTALL_PATH')) {
@@ -67,12 +67,6 @@
// backward compatybility (to be removed)
require_once INSTALL_PATH . 'program/include/bc.php';
-
-// load the UTF-8 portablity layer from Patchwork
-if (!function_exists('iconv') || !function_exists('utf8_encode') || !extension_loaded('mbstring')) {
- \Patchwork\Utf8\Bootup::initAll();
-}
-
/**
* PHP5 autoloader routine for dynamic class loading
--
Gitblit v1.9.1