From 0a5ec93496168164c189d66def1d2c9728d1dc47 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?G=C3=A1bor=20Hojtsy?= Date: Tue, 24 Apr 2007 15:53:53 +0000 Subject: #76588: Small fixes after that patch landed - typo fix in watchdog() phpdoc - add a missing array() on a watchdog call in ping.module - handle NULL 'variables' value in syslog module Noticed these while writing the documentation for watchdog() updates and by comitting the updates into the i18n SVN repository. --- includes/bootstrap.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'includes') diff --git a/includes/bootstrap.inc b/includes/bootstrap.inc index 649d1bf81..c4215148f 100644 --- a/includes/bootstrap.inc +++ b/includes/bootstrap.inc @@ -648,7 +648,7 @@ function request_uri() { * @param $message * The message to store in the log. See t() for documentation * on how $message and $variables interact. Keep $message - * translateable by not concatenating dynamic values into it! + * translatable by not concatenating dynamic values into it! * @param $variables * Array of variables to replace in the message on display or * NULL if message is already translated or not possible to -- cgit v1.2.3