Quote:
Originally posted by bandersen
If I buy a ticket, then click the back button, I get to buy several tickets. Similar error as the old one in the store.
|
Find in store.php:
PHP Code:
if ($action=="lotteryupdate") {
Add After It:
PHP Code:
if ($reet=$DB_site->query_first("SELECT * FROM storelottery WHERE lotnumber='2' AND userid='$bbuserinfo[userid]'")) {
eval("standarderror(\"".gettemplate('store_lottery_error')."\");");
}
Text File in 1st post updated.