mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-04-24 03:57:22 +08:00
improve cleanup
This commit is contained in:
+1
-1
@@ -810,7 +810,7 @@ function docleanup($forceAll = 0, $printProgress = false) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
//17.update total seeding and leeching time of users
|
//17.update total seeding and leeching time of users
|
||||||
$res = sql_query("SELECT * FROM users") or sqlerr(__FILE__, __LINE__);
|
$res = sql_query("SELECT id FROM users where enabled = 'yes' and status = 'confirmed'") or sqlerr(__FILE__, __LINE__);
|
||||||
while($arr = mysql_fetch_assoc($res))
|
while($arr = mysql_fetch_assoc($res))
|
||||||
{
|
{
|
||||||
//die("s" . $arr['id']);
|
//die("s" . $arr['id']);
|
||||||
|
|||||||
Reference in New Issue
Block a user