function fckeditor_admin_profile_clone_form in FCKeditor - WYSIWYG HTML editor 6.2
Clone profile
1 string reference to 'fckeditor_admin_profile_clone_form'
- fckeditor_menu in ./
fckeditor.module - Implementation of hook_menu().
File
- ./
fckeditor.admin.inc, line 168 - FCKeditor - The text editor for Internet - http://www.fckeditor.net Copyright (C) 2003-2008 Frederico Caldeira Knabben
Code
function fckeditor_admin_profile_clone_form($form_state, $oldprofile) {
return fckeditor_admin_profile_form($form_state, $oldprofile);
}