matthusby / brewcompetitiononlineentry

Automatically exported from code.google.com/p/brewcompetitiononlineentry
0 stars 0 forks source link

Contest host location not being displayed on home page. #375

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
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

GoogleCodeExporter commented 9 years ago
The next version will incorporate this fix. To remedy immediately, upload the 
attached file to the [root]/sections/ directory.

Original comment by gpzhumphrey on 4 Nov 2014 at 10:13

Attachments: