Fixed: Fataler bug der die geheim-auktion crashde

main
hecht 10 years ago
parent 20773426ed
commit cf39e6dd34

@ -146,10 +146,10 @@ function insertAuktionen(){
for($t = 0; $t<$anzahl_auktions_items; $t++) { for($t = 0; $t<$anzahl_auktions_items; $t++) {
if(mt_rand(1,100) <= $chance_niete) { if(mt_rand(1,100) <= $chance_niete) {
$item_table = 'sp_item'; $item_table = 'sp_ware';
$item_id = $nieten_id; $item_id = $nieten_id;
} else { } else {
$item_table = 'wochen_markt'; $item_table = 'wochen_ware';
$item_id = $frucht[mt_rand(0,$fruchtcount-1)]; $item_id = $frucht[mt_rand(0,$fruchtcount-1)];
} }
$test = 'INSERT INTO auktion (itemid, itemname, tablename, anbieter, anzahl, deadline, startgebot, startdate) VALUES('.$item_id.',\'Geheim!\',\''.$item_table.'\',1,1,'.$deadline.','.$startgebot.','.$start.')'; $test = 'INSERT INTO auktion (itemid, itemname, tablename, anbieter, anzahl, deadline, startgebot, startdate) VALUES('.$item_id.',\'Geheim!\',\''.$item_table.'\',1,1,'.$deadline.','.$startgebot.','.$start.')';

Loading…
Cancel
Save