Changeset 789eba3a in github


Ignore:
Timestamp:
Feb 21, 2007 10:54:03 PM (6 years ago)
Author:
svncommit <devs@…>
Branches:
master, HEAD, courier-fix, dev-browser-capabilities, pdo, release-0.6, release-0.7, release-0.8
Children:
0cf09d1
Parents:
f1a16f1
Message:

minor code fixes

Location:
program
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • program/include/rcube_shared.inc

    r462a9d9 r789eba3a  
    11961196  else if ($attrib['lowercase']) 
    11971197    return strtolower($text); 
    1198   else 
    1199     return $text; 
    12001198 
    12011199  return $text; 
  • program/steps/mail/compose.inc

    r86df152 r789eba3a  
    767767                 array(5, 4, 0, 2, 1)); 
    768768                  
    769   $sel = isset($_POST['_priority']) ? $_POST['_priority'] : 0; 
     769  $sel = isset($_POST['_priority']) ? $_POST['_priority'] : rcube_label('normal'); 
    770770 
    771771  $out = $form_start ? "$form_start\n" : ''; 
Note: See TracChangeset for help on using the changeset viewer.