What steps will reproduce the problem?
1. Enter a contest host location
What is the expected output? What do you see instead?
Expected to see the location on the home page. All that is showing is ", ".
What version of the product are you using? On what operating system?
1.3.0.4
Please provide any additional information below.
File sections/default.sec.php line 61 is:
... sprintf(", ",$_SESSION['contestHostLocation']);
It should be:
sprintf(", %s",$_SESSION['contestHostLocation']);
Original issue reported on code.google.com by m...@MarkScriven.com on 7 Feb 2014 at 11:11
Original issue reported on code.google.com by
m...@MarkScriven.com
on 7 Feb 2014 at 11:11