summaryrefslogtreecommitdiff
path: root/modules/color
diff options
context:
space:
mode:
authorAngie Byron <webchick@24967.no-reply.drupal.org>2010-10-15 23:41:53 +0000
committerAngie Byron <webchick@24967.no-reply.drupal.org>2010-10-15 23:41:53 +0000
commit0bdaa32692bca9dd1bf2acd9756a01c5a5228e74 (patch)
tree4c3a3c39eef951877367bc045b8edb6413964694 /modules/color
parent78e4211a5c711c214bf99d1024f6d139db660902 (diff)
downloadbrdo-0bdaa32692bca9dd1bf2acd9756a01c5a5228e74.tar.gz
brdo-0bdaa32692bca9dd1bf2acd9756a01c5a5228e74.tar.bz2
#931754 by duellj: Fixed Color module missing hook_requirements docblock
Diffstat (limited to 'modules/color')
-rw-r--r--modules/color/color.install3
1 files changed, 3 insertions, 0 deletions
diff --git a/modules/color/color.install b/modules/color/color.install
index 5503f6068..e727f019f 100644
--- a/modules/color/color.install
+++ b/modules/color/color.install
@@ -6,6 +6,9 @@
* Install, update and uninstall functions for the color module.
*/
+/**
+ * Implements hook_requirements().
+ */
function color_requirements($phase) {
$requirements = array();