You are here

function fckeditor_update_5 in FCKeditor - WYSIWYG HTML editor 5.2

File

./fckeditor.install, line 366

Code

function fckeditor_update_5() {
  $ret = array();
  menu_rebuild();
  return $ret;
}