function kernest_import in @font-your-face 6
Callback for import.
1 string reference to 'kernest_import'
- kernest_menu in modules/
kernest/ kernest.module - Implements hook_menu()
File
- modules/
kernest/ kernest.module, line 24
Code
function kernest_import() {
kernest_cron();
drupal_goto($_GET['destination']);
}