fixed error in time elapsed function and removed the queue structure, one queue class would suffice I guess
--HG-- branch : quitta-gsoc-2013hg/feature/sse2
parent
f922b14e30
commit
9d90043a76
@ -1,11 +0,0 @@
|
|||||||
<?php
|
|
||||||
class Ticket_Queue_csr extends Ticket_Queue{
|
|
||||||
|
|
||||||
public function loadAllNewCsrTickets(){
|
|
||||||
$dbl = new DBLayer("lib");
|
|
||||||
$statement = $dbl->executeWithoutParams("SELECT ticket . * FROM ticket LEFT JOIN assigned ON ticket.TId = assigned.Ticket WHERE assigned.Ticket IS NULL");
|
|
||||||
$rows = $statement->fetchAll();
|
|
||||||
$this->setQueue($rows);
|
|
||||||
}
|
|
||||||
|
|
||||||
}
|
|
Loading…
Reference in New Issue