function regcode_admin_list in Registration codes 7
Same name and namespace in other branches
- 5.3 regcode_admin.inc.php \regcode_admin_list()
- 6.2 regcode.admin.php \regcode_admin_list()
- 6 regcode.admin.php \regcode_admin_list()
- 7.2 regcode.admin.inc \regcode_admin_list()
Default admin list page, which should be overriden by Views.
If this is appearing, then our views_default.inc has not been loaded properly.
1 string reference to 'regcode_admin_list'
- regcode_menu in ./
regcode.module - Implements hook_menu().
File
- ./
regcode.admin.php, line 14 - Functions and pages needed for the admin UI of regcode module.
Code
function regcode_admin_list() {
return t('This page should be replaced by Views. If you are seeing this page, please check your Views configuration.');
}