get('e_meta_list'); if(!empty($list) && in_array('tinymce4',$list)) { return true; } if(file_exists(e_PLUGIN."tinymce4/e_meta.php")) // Outdated file. { e107::getMessage()->addInfo("Please delete the outdated file ".e_PLUGIN."tinymce4/e_meta.php and then run the updating process."); // print_a(debug_backtrace(DEBUG_BACKTRACE_IGNORE_ARGS,8)); return true; } return false; } /* function install_pre($var) { } function install_post($var) { } function uninstall_options() { } function uninstall_post($var) { } function upgrade_pre($var) { } function upgrade_post($var) { } */ }