From 85d5be4102c7ee3b7c8f40932647a5027d8f683c Mon Sep 17 00:00:00 2001 From: Dany De Bontridder Date: Wed, 12 May 2010 11:42:05 +0000 Subject: [PATCH] fix bug into button_anchor about PHPSESSID --- include/class_html_input.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/class_html_input.php b/include/class_html_input.php index 5cd793fc8..dcaf0b45f 100755 --- a/include/class_html_input.php +++ b/include/class_html_input.php @@ -202,7 +202,7 @@ echo $string => property={'prop':'1','prop2':'2','prop3':'3'}; static function button_anchor($p_label,$p_value,$p_name="") { $r=sprintf(' %s', $p_name, - $p_value.$str, + $p_value, $p_label); return $r; }