Projekt

Obecné

Profil

« Předchozí | Další » 

Revize 2499

Přidáno uživatelem David Raška před asi 9 roky(ů)

Oprava:
Oprava brutalni chyby ve fronte e-mailu - Stane sa :)

Zobrazit rozdíly:

freenetis/branches/1.2/application/models/email_queue.php
*/
public function get_current_queue($count = 10)
{
return $this->where('state <> ',self::STATE_OK)
return $this
->where('state <> ',self::STATE_OK)
->where('state <> ',self::STATE_READ)
->orderby('access_time')
->limit($count,0)
->find_all();

Také k dispozici: Unified diff