pull/1/head
root 20 years ago
parent 59f4b67836
commit cc3ce6920c

@ -21,5 +21,8 @@
$res = mysql_query($query);
while($row = mysql_fetch_assoc($res))
{
echo $row['email']."\n";
mysql_query("delete from `email` where `memid`='".$row['id']."'");
mysql_query("delete from `users` where `id`='".$row['id']."'");
}
?>

Loading…
Cancel
Save