Home
last modified time | relevance | path

Searched refs:today (Results 1 – 1 of 1) sorted by relevance

/web-master/manage/
H A Duser-notes.php753 $today = strtotime('midnight'); variable
764 … Query('SELECT COUNT(votes.id) AS total FROM votes WHERE UNIX_TIMESTAMP(votes.ts) >= ?', [$today]);
767 …votes WHERE UNIX_TIMESTAMP(votes.ts) >= ? AND UNIX_TIMESTAMP(votes.ts) < ?', [$yesterday, $today]);

Completed in 15 milliseconds