function advpoll_convert_help in Advanced Poll 6.2
Same name and namespace in other branches
- 5 advpoll_convert.module \advpoll_convert_help()
- 6.3 advpoll_convert.module \advpoll_convert_help()
- 6 advpoll_convert.module \advpoll_convert_help()
Implementation of hook_help().
File
- ./
advpoll_convert.module, line 11 - Converts a site's standard Drupal polls into Advanced Poll polls.
Code
function advpoll_convert_help($path, $arg) {
switch ($path) {
case 'admin/modules#description':
return t("Converts a site's standard Drupal polls into Advanced Poll polls.");
break;
}
}