#931754 by duellj: Fixed Color module missing hook_requirements docblock

merge-requests/26/head
Angie Byron 2010-10-15 23:41:53 +00:00
parent 78e4211a5c
commit 0bdaa32692
1 changed files with 3 additions and 0 deletions

View File

@ -6,6 +6,9 @@
* Install, update and uninstall functions for the color module.
*/
/**
* Implements hook_requirements().
*/
function color_requirements($phase) {
$requirements = array();