function gallery_assist_panic in Gallery Assist 6
Advice administrator in case they delete modules from the drupal installation without using the administration as well.
1 string reference to 'gallery_assist_panic'
- gallery_assist_menu in ./
gallery_assist.module - Implementation of hook_menu().
File
- ./
gallery_assist.module, line 5415 - Drupal content type with gallery functionality.
Code
function gallery_assist_panic() {
// will come later...
return 'I am in panic ;-)';
}