removing notices
This commit is contained in:
parent
13867c2864
commit
b70edbbb7c
Before Width: | Height: | Size: 93 B After Width: | Height: | Size: 93 B |
@ -5,7 +5,6 @@ include_once "config.php";
|
|||||||
|
|
||||||
$timer = time() - 60;
|
$timer = time() - 60;
|
||||||
$data = db::c()->query('SELECT `login`,`status`,`align`,(SELECT 1 FROM `online` WHERE `date` >= ?i AND `id` = users.`id`) AS `online` FROM `users` WHERE `align` = 1 ORDER BY `login` ASC', $timer);
|
$data = db::c()->query('SELECT `login`,`status`,`align`,(SELECT 1 FROM `online` WHERE `date` >= ?i AND `id` = users.`id`) AS `online` FROM `users` WHERE `align` = 1 ORDER BY `login` ASC', $timer);
|
||||||
var_dump($data);
|
|
||||||
?>
|
?>
|
||||||
<!doctype html>
|
<!doctype html>
|
||||||
<html>
|
<html>
|
||||||
|
Loading…
Reference in New Issue
Block a user