1
0
mirror of https://github.com/e107inc/e107.git synced 2025-10-09 12:06:29 +02:00

TinyMce upgrades.

This commit is contained in:
CaMer0n
2009-09-21 21:54:36 +00:00
parent efda62371f
commit 8abfefa2a2
2 changed files with 6 additions and 92 deletions

View File

@@ -9,8 +9,8 @@
* Plugin Administration - gsitemap
*
* $Source: /cvs_backup/e107_0.8/e107_plugins/tinymce/admin_config.php,v $
* $Revision: 1.5 $
* $Date: 2009-07-14 11:05:54 $
* $Revision: 1.6 $
* $Date: 2009-09-21 21:54:26 $
* $Author: e107coders $
*
*/
@@ -21,6 +21,10 @@ if(!getperms("P") || !plugInstalled('tinymce'))
exit();
}
//TODO save prefs to separate config row.
// List all forms of access, and allow the user to choose between simple/advanced or 'custom' settings.
require_once (e_HANDLER.'message_handler.php');
$emessage = &eMessage::getInstance();