Thanks for the (numerous) reports on this bug. Now fixed, and there's
an update in 6.0dev/updates/ now making its way to the mirrors.

For those who can't wait, here's the patch:

diff -rNu
../BUILD/e-smith-domains-1.0.0-04/root/etc/e-smith/web/functions/domains
../BUILD/e-smith-domains-1.0.0-05/root/etc/e-smith/web/functions/domains
--- ../BUILD/e-smith-domains-1.0.0-04/root/etc/e-smith/web/functions/domains
Tue Jun 17 10:51:01 2003
+++ ../BUILD/e-smith-domains-1.0.0-05/root/etc/e-smith/web/functions/domains
Tue Jun 17 10:51:02 2003
@@ -323,7 +323,7 @@
     }
     # Force to lower case
     $domainName = lc($domainName);
-    $q->cgi->param(-name=>'domainName', -value=>$domainName);
+    $q->param(-name=>'domainName', -value=>$domainName);

     my $domainDesc = $q->param ('domainDesc');
     if ($domainDesc =~ /^([\-\'\w][\-\'\w\s\.]*)$/)

Gordon
--
 Gordon Rowell                         [EMAIL PROTECTED]
 Director, Engineering
 Mitel Networks Corporation            http://www.mitel.com/


--
Please report bugs to [EMAIL PROTECTED]
Please mail [EMAIL PROTECTED] (only) to discuss security issues
Support for registered customers and partners to [EMAIL PROTECTED]
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
Searchable archive at http://www.mail-archive.com/devinfo%40lists.e-smith.org

Reply via email to