From: jeff Date: Wed, 24 Jan 2007 05:33:37 +0000 (+0000) Subject: squarely between shame in you and so close X-Git-Tag: TRIXBOX_2_6~727 X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=commitdiff_plain;h=43d3389061e5c2a428230792b67d42bbf6549a86 squarely between shame in you and so close --- diff --git a/httemplate/edit/process/elements/process.html b/httemplate/edit/process/elements/process.html index fb5b352d2..e388c678b 100644 --- a/httemplate/edit/process/elements/process.html +++ b/httemplate/edit/process/elements/process.html @@ -59,7 +59,7 @@ % } @$fields % } ); % -% if ($old && scalar(@{$opt{'copy_on_empty'}})) { +% if ($old && exists($opt{'copy_on_empty'})) { % foreach my $field (@{$opt{'copy_on_empty'}}) { % $new->set($field, $old->get($field)) % unless scalar($cgi->param($field));