From 296fa5fda60a46e19e00ac53194e6293801cf2e9 Mon Sep 17 00:00:00 2001 From: webchick <webchick@24967.no-reply.drupal.org> Date: Wed, 5 Oct 2011 08:43:58 -0700 Subject: [PATCH] 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 423ef1f7350b..e52c0ad400c3 100644 --- a/includes/install.inc +++ b/includes/install.inc @@ -1244,10 +1244,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. */ -- GitLab