From 44cf10db2fb6b237149fef890cc7b4d354887d96 Mon Sep 17 00:00:00 2001 From: sparkyx Date: Fri, 21 Dec 2007 08:30:38 +0000 Subject: [PATCH] Possible bug --- include/ac_common.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/include/ac_common.php b/include/ac_common.php index df106b050..112d18cb2 100644 --- a/include/ac_common.php +++ b/include/ac_common.php @@ -81,7 +81,7 @@ function cmpDate ($p_date,$p_date_oth) { */ function isNumber(&$p_int) { if ( strlen (trim($p_int)) == 0 ) return 0; - if ( is_numeric($p_int) == true) + if ( is_numeric($p_int) === true) return 1; else return 0; @@ -263,7 +263,7 @@ function ShowItem($p_array,$p_dir='V',$class="mtitle",$class_ref="mtitle",$defau if ( $p_dir == 'V') { foreach ($p_array as $all=>$href){ $title=""; - $set=""; + $set="XX"; if ( isset ($href[2] )) $title=$href[2]; if ( isset($href[3] ))