You are here

function fckeditor_admin in FCKeditor - WYSIWYG HTML editor 6.2

Same name and namespace in other branches
  1. 5.2 fckeditor.module \fckeditor_admin()
  2. 6 fckeditor.module \fckeditor_admin()

File

./fckeditor.module, line 76
FCKeditor - The text editor for Internet - http://www.fckeditor.net Copyright (C) 2003-2008 Frederico Caldeira Knabben

Code

function fckeditor_admin($arg = NULL) {
  drupal_set_message(t('The FCKeditor module is not installed correctly. You should run the !updatephplink immediately.', array(
    '!updatephplink' => l(t('database update script'), 'update.php'),
  )), 'error');
  return FALSE;
}