[Popcon-commits] cvs commit to popularity-contest by pere

pere at cvs.alioth.debian.org pere at cvs.alioth.debian.org
Sun Apr 30 10:33:39 UTC 2006


Update of /cvsroot/popcon/popularity-contest
In directory haydn:/tmp/cvs-serv11880

Modified Files:
	popcon-submit.cgi 
Log Message:
hange popcon-submit.cgi to only report success when it is able to extract the submitter ID from the report.

Index: popcon-submit.cgi
===================================================================
RCS file: /cvsroot/popcon/popularity-contest/popcon-submit.cgi,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -d -r1.6 -r1.7
--- popcon-submit.cgi	8 Jan 2006 16:32:46 -0000	1.6
+++ popcon-submit.cgi	30 Apr 2006 10:33:37 -0000	1.7
@@ -89,7 +89,8 @@
         print POPCON @entry;
 	close POPCON;
     }
-
+}
+if ($id) {
     print "Thanks for your submission to Debian Popularity-Contest!\n";
     print "DEBIAN POPCON HTTP-POST OK\n";
 } else {




More information about the Popcon-commits mailing list