From 7c3c82974e3f1ffff2dd4d71f50b53f7cdc9de96 Mon Sep 17 00:00:00 2001
From: Aleksander Machniak <alec@alec.pl>
Date: Fri, 01 Jun 2012 02:56:31 -0400
Subject: [PATCH] Update to TinyMCE 3.5.2

---
 program/include/iniset.php |    8 ++------
 1 files changed, 2 insertions(+), 6 deletions(-)

diff --git a/program/include/iniset.php b/program/include/iniset.php
index 3715c21..2961bee 100644
--- a/program/include/iniset.php
+++ b/program/include/iniset.php
@@ -18,9 +18,6 @@
  | Author: Till Klampaeckel <till@php.net>                               |
  |         Thomas Bruederli <roundcube@gmail.com>                        |
  +-----------------------------------------------------------------------+
-
- $Id$
-
 */
 
 // Some users are not using Installer, so we'll check some
@@ -40,9 +37,8 @@
 }
 
 // application constants
-define('RCMAIL_VERSION', '0.9-svn');
+define('RCMAIL_VERSION', '0.9-git');
 define('RCMAIL_CHARSET', 'UTF-8');
-define('JS_OBJECT_NAME', 'rcmail');
 define('RCMAIL_START', microtime(true));
 
 if (!defined('INSTALL_PATH')) {
@@ -85,4 +81,4 @@
 PEAR::setErrorHandling(PEAR_ERROR_CALLBACK, 'rcube_pear_error');
 
 // backward compatybility (to be removed)
-require_once INSTALL_PATH . 'program/include/main.inc';
+require_once INSTALL_PATH . 'program/include/rcube_bc.inc';

--
Gitblit v1.9.1