Рефакторинг
This commit is contained in:
7
mail.php
7
mail.php
@@ -32,13 +32,6 @@ if (isset($_GET['list']) && $_GET['list'] == 2015) {
|
||||
$mail[] = $pl['mail'];
|
||||
}
|
||||
}
|
||||
$sp = mysql_query('SELECT * FROM `beta_testers`');
|
||||
while ($pl = mysql_fetch_array($sp)) {
|
||||
if (!isset($yes[$pl['mail']])) {
|
||||
$yes[$pl['mail']] = true;
|
||||
$mail[] = $pl['mail'];
|
||||
}
|
||||
}
|
||||
$sp = mysql_query('SELECT * FROM `users_rbk`');
|
||||
while ($pl = mysql_fetch_array($sp)) {
|
||||
if (!isset($yes[$pl['email']])) {
|
||||
|
||||
Reference in New Issue
Block a user