summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAngie Byron <webchick@24967.no-reply.drupal.org>2010-01-26 21:44:10 +0000
committerAngie Byron <webchick@24967.no-reply.drupal.org>2010-01-26 21:44:10 +0000
commit4575dbaa572db6c32e8e9fe319d454af4f106afd (patch)
treee2604dd60d09ee65d435d73b29f5b76af25c2e70
parent1a800113a8d5e60230f2ff6344970ad3739350f6 (diff)
downloadbrdo-4575dbaa572db6c32e8e9fe319d454af4f106afd.tar.gz
brdo-4575dbaa572db6c32e8e9fe319d454af4f106afd.tar.bz2
#695614 by figover: Small documentation fix in number module.
-rw-r--r--modules/field/modules/number/number.module2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/field/modules/number/number.module b/modules/field/modules/number/number.module
index 8a78a9bb2..d12358b89 100644
--- a/modules/field/modules/number/number.module
+++ b/modules/field/modules/number/number.module
@@ -211,7 +211,7 @@ function number_field_presave($obj_type, $object, $field, $instance, $langcode,
}
/**
- * Implements hook_content_is_empty().
+ * Implements hook_field_is_empty().
*/
function number_field_is_empty($item, $field) {
if (empty($item['value']) && (string)$item['value'] !== '0') {