Autofix small errors

This commit is contained in:
Igor Barkov [iwork]
2019-01-16 19:45:30 +02:00
parent d330721114
commit 094b8a6027
313 changed files with 736 additions and 2280 deletions
+2 -7
View File
@@ -351,8 +351,6 @@ $tm=time();
$p_id=$priz_high[$rand_k];
$p_shop="shop";
}
else
{};
}
elseif($in_haos['room']==30)
{
@@ -365,12 +363,9 @@ $tm=time();
$p_id=$priz_low[$rand_k];
$p_shop="shop";
}
else
{}
}
else
{};
//выбираем получателя
$all_get=array();
$gr_raw=mysql_query("SELECT * FROM `cit_haos_status` WHERE `group` = '{$in_haos['group']}';");