1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-03 13:17:24 +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 $ * $URL$
* $Revision$ * $Id$
* $Date$
* $Author$
*/ */
if (!defined('e107_INIT')) { exit; } if (!defined('e107_INIT')) { exit; }

View File

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