TYPO - remove unused variable
This commit is contained in:
parent
4670e553b2
commit
6875749f15
@ -98,7 +98,7 @@ class Worker extends Base {
|
|||||||
**/
|
**/
|
||||||
public function getWorker($id, $interval=600) {
|
public function getWorker($id, $interval=600) {
|
||||||
$this->debug->append("STA " . __METHOD__, 4);
|
$this->debug->append("STA " . __METHOD__, 4);
|
||||||
$stmt = $this->mysqli->prepare($q ="
|
$stmt = $this->mysqli->prepare("
|
||||||
SELECT id, username, password, monitor,
|
SELECT id, username, password, monitor,
|
||||||
(
|
(
|
||||||
SELECT COUNT(id) FROM " . $this->share->getTableName() . " WHERE our_result = 'Y' AND username = w.username AND time > DATE_SUB(now(), INTERVAL ? SECOND)
|
SELECT COUNT(id) FROM " . $this->share->getTableName() . " WHERE our_result = 'Y' AND username = w.username AND time > DATE_SUB(now(), INTERVAL ? SECOND)
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user