remove -w to prevent warnings from messing up otherwise working CGIs
authorivan <ivan>
Mon, 23 Oct 2006 08:30:17 +0000 (08:30 +0000)
committerivan <ivan>
Mon, 23 Oct 2006 08:30:17 +0000 (08:30 +0000)
fs_selfservice/FS-SelfService/cgi/agent.cgi
fs_selfservice/FS-SelfService/cgi/cust_bill-logo.cgi
fs_selfservice/FS-SelfService/cgi/passwd.cgi
fs_selfservice/FS-SelfService/cgi/selfservice.cgi
fs_selfservice/FS-SelfService/cgi/signup.html

index b51938d..6e8de61 100644 (file)
@@ -1,3 +1,4 @@
+#!/usr/bin/perl -T
 #!/usr/bin/perl -Tw
 
 #some false laziness w/selfservice.cgi
index 42d0705..a52ddae 100755 (executable)
@@ -335,7 +335,7 @@ function copyelement(from, to) {
                to.value = from.value;
            }
        }
-//     alert(from + " (" + from.type + "): " + to.name + " => " + to.value);
+//     alert(from.name + " (" + from.type + "): " + to.name + " => " + to.value);
     }
 }