Commit 5bd5ae34 authored by terry%netscape.com's avatar terry%netscape.com

Patch from Ashley Clark <aclark@CS.UH.EDU>, which hopefully fixes bug 1499.

parent b1f1b4e0
......@@ -63,7 +63,7 @@ if (!defined $::FORM{'cmdtype'}) {
CMD: for ($::FORM{'cmdtype'}) {
/^runnamed$/ && do {
$::buffer = $::COOKIE{"QUERY_" . $::FORM{"namedcmd"}};
ProcessFormFields $::buffer;
ProcessFormFields($::buffer);
last CMD;
};
/^editnamed$/ && do {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment