From dc74f68cbe27fd02a20f48cf52ba6be3b1a5dd7b Mon Sep 17 00:00:00 2001 From: Stan Pinte Date: Mon, 22 Aug 2005 21:30:49 +0000 Subject: [PATCH] fixed typo in var name. --- include/form_input.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/form_input.php b/include/form_input.php index f828dde1e..7eb0e4eb2 100644 --- a/include/form_input.php +++ b/include/form_input.php @@ -1297,7 +1297,7 @@ function FormFin($p_cn,$p_jrn,$p_user,$p_submit,$p_array=null,$pview_only=true,$ $W1->value=$tiers; $W1->extra='cred'; // credits $W1->extra2=$p_jrn; - $W1->readonly=$p_viewonly; + $W1->readonly=$pview_only; $r.="".$W1->IOValue().""; $r.=InputType("","span", "e_other$i"."_label", $tiers_label,$pview_only);