From a9e52c050346f36b6e09e481e4de8afffc5c85f5 Mon Sep 17 00:00:00 2001 From: webchick Date: Wed, 5 Oct 2011 08:43:48 -0700 Subject: Issue #1295502 by pillarsdotnet: Fixed Add missing '$' character to docblock for timer_start(), timer_read(), and timer_stop() functions. --- includes/install.inc | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/includes/install.inc b/includes/install.inc index 089cdee8f..516e14618 100644 --- a/includes/install.inc +++ b/includes/install.inc @@ -1183,10 +1183,11 @@ function drupal_check_module($module) { * dependencies[] = dblog * @endcode * - * @param profile + * @param $profile * Name of profile. - * @param locale + * @param $locale * Name of locale used (if any). + * * @return * The info array. */ -- cgit v1.2.3