diff options
author | jeff <jeff> | 2007-01-24 05:33:37 +0000 |
---|---|---|
committer | jeff <jeff> | 2007-01-24 05:33:37 +0000 |
commit | 43d3389061e5c2a428230792b67d42bbf6549a86 (patch) | |
tree | 0ba55981259a637407e6b57d54cd3f0dd3a85526 | |
parent | 56be01c046fe4aad7f9a9aacc41b509483cc05f1 (diff) |
squarely between shame in you and so close
-rw-r--r-- | httemplate/edit/process/elements/process.html | 2 |
1 files changed, 1 insertions, 1 deletions
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)); |