1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-01 20:30:39 +02:00

SVN keywords fix

This commit is contained in:
secretr
2011-06-07 12:57:55 +00:00
parent 2d0960deb2
commit 94d76ee505
2 changed files with 106 additions and 110 deletions

View File

@@ -8,10 +8,8 @@
*
*
*
* $Source: /cvs_backup/e107_0.8/e107_plugins/tinymce/e_meta.php,v $
* $Revision$
* $Date$
* $Author$
* $URL$
* $Id$
*/
if (!defined('e107_INIT')) { exit; }

View File

@@ -3,10 +3,8 @@
+ ----------------------------------------------------------------------------+
| e107 website system - Tiny MCE controller file.
|
| $Source: /cvs_backup/e107_0.8/e107_plugins/tinymce/wysiwyg.php,v $
| $Revision$
| $Date$
| $Author$
| $URL$
| $Id$
+----------------------------------------------------------------------------+
*/
@@ -18,13 +16,13 @@ class wysiwyg
var $configName;
function wysiwyg($config=FALSE)
function __construct($config=FALSE)
{
$this->getConfig($config);
global $pref;
$pref = e107::getConfig();