Changeset 1416 in subversion


Ignore:
Timestamp:
May 21, 2008 4:35:32 PM (5 years ago)
Author:
alec
Message:

-typo (#1485079)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/roundcubemail/program/steps/mail/func.inc

    r1411 r1416  
    239239        { 
    240240        $action = $mbox==$CONFIG['drafts_mbox'] ? 'compose' : 'show'; 
    241         $uid_param = $mbox==$CONFIG['drafts_mbox'] ? '_draf_uid' : '_uid'; 
     241        $uid_param = $mbox==$CONFIG['drafts_mbox'] ? '_draft_uid' : '_uid'; 
    242242        $cont = Q($IMAP->decode_header($header->$col)); 
    243243        if (empty($cont)) $cont = Q(rcube_label('nosubject')); 
     
    331331        { 
    332332        $action = $mbox==$CONFIG['drafts_mbox'] ? 'compose' : 'show'; 
    333         $uid_param = $mbox==$CONFIG['drafts_mbox'] ? '_draf_uid' : '_uid'; 
     333        $uid_param = $mbox==$CONFIG['drafts_mbox'] ? '_draft_uid' : '_uid'; 
    334334        $cont = Q($IMAP->decode_header($header->$col)); 
    335335        if (!$cont) $cont = Q(rcube_label('nosubject')); 
Note: See TracChangeset for help on using the changeset viewer.