Skip to content

Commit 6875749

Browse files
committed
TYPO - remove unused variable
1 parent 4670e55 commit 6875749

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

include/classes/worker.class.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ public function getAllIdleWorkers($interval=600) {
9898
**/
9999
public function getWorker($id, $interval=600) {
100100
$this->debug->append("STA " . __METHOD__, 4);
101-
$stmt = $this->mysqli->prepare($q ="
101+
$stmt = $this->mysqli->prepare("
102102
SELECT id, username, password, monitor,
103103
(
104104
SELECT COUNT(id) FROM " . $this->share->getTableName() . " WHERE our_result = 'Y' AND username = w.username AND time > DATE_SUB(now(), INTERVAL ? SECOND)

0 commit comments

Comments
 (0)