From 69567a46ae7c7557c9ad18b673c085abf8e087aa Mon Sep 17 00:00:00 2001 From: tokul Date: Thu, 14 Apr 2005 17:05:18 +0000 Subject: [PATCH] @since information about sm_print_r git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@9273 7612ce4b-ef26-0410-bec9-ea0150e637f0 --- functions/strings.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/functions/strings.php b/functions/strings.php index 10b5dae1..dab833d4 100644 --- a/functions/strings.php +++ b/functions/strings.php @@ -857,7 +857,8 @@ function makeComposeLink($url, $text = null, $target='') * characters are converted to htmlentities first. This will allow * values like to be displayed. * The output is wrapped in <
> and <
> tags. - * + * Since 1.4.2 accepts unlimited number of arguments. + * @since 1.4.1 * @return void */ function sm_print_r() { -- 2.25.1