From 6dbd60bd75a43e438d179302382e79f58ca35ead Mon Sep 17 00:00:00 2001 From: Dany De Bontridder Date: Tue, 12 Jun 2012 18:41:57 +0000 Subject: [PATCH] Documentation --- include/ac_common.php | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/include/ac_common.php b/include/ac_common.php index 806fef0ea..14b6626b8 100644 --- a/include/ac_common.php +++ b/include/ac_common.php @@ -184,8 +184,8 @@ function cmpDate($p_date, $p_date_oth) return $l_mkdate - $l2_mkdate; } -/* ! - * \brief check if the argument is a number +/***! + * @brief check if the argument is a number * * \param $p_int number to test * @@ -193,7 +193,6 @@ function cmpDate($p_date, $p_date_oth) * - 1 it's a number * - 0 it is not */ - function isNumber(&$p_int) { if (strlen(trim($p_int)) == 0)