diff --git a/includes/common.inc b/includes/common.inc index 40d9b9383fb7dde521c78fac5b4dd1abeb08f2c3..6c3cefe5c58aa0cccf3992e8265b27b48ce3b635 100644 --- a/includes/common.inc +++ b/includes/common.inc @@ -1638,7 +1638,8 @@ function drupal_page_footer() { * A linear array. * @param $function * A name of a function to apply to all values before output. - * @result + * + * @return * An associative array. */ function drupal_map_assoc($array, $function = NULL) {