From a89a076db991493d083a2d6f97f96dc17f190d54 Mon Sep 17 00:00:00 2001 From: Mahmood Reza Sajjadi Date: Mon, 17 Feb 2014 14:02:05 +0330 Subject: [PATCH] comments correction --- src/mibew/libs/canned.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/mibew/libs/canned.php b/src/mibew/libs/canned.php index da7bb882..6905368b 100644 --- a/src/mibew/libs/canned.php +++ b/src/mibew/libs/canned.php @@ -47,7 +47,7 @@ function load_canned_messages($locale, $group_id) /** * Get information about first existing canned message from database * - * @param integer $key ID of canned message witch will be returned + * @param integer $key ID of canned message wich will be returned * * @return null|array It is canned message structure. contains (vctitle string, vcvalue string) */ @@ -63,10 +63,10 @@ function load_canned_message($key) return $result ? $result : null; } -/* +/** * Updates information about existing canned message in database * - * @param integer $key id of canned message witch must be update + * @param integer $key id of canned message wich must be update * @param string $title new title for this canned message * @param string $message new message for this canned message */