svncommit
2007-02-21 789eba3a2dff7e8fac3ede20a353dd7d1f35782d
minor code fixes



2 files modified
4 ■■■ changed files
program/include/rcube_shared.inc 2 ●●●●● patch | view | raw | blame | history
program/steps/mail/compose.inc 2 ●●● patch | view | raw | blame | history
program/include/rcube_shared.inc
@@ -1195,8 +1195,6 @@
    return strtoupper($text);
  else if ($attrib['lowercase'])
    return strtolower($text);
  else
    return $text;
  return $text;
  }
program/steps/mail/compose.inc
@@ -766,7 +766,7 @@
                       rcube_label('highest')),
                 array(5, 4, 0, 2, 1));
                 
  $sel = isset($_POST['_priority']) ? $_POST['_priority'] : 0;
  $sel = isset($_POST['_priority']) ? $_POST['_priority'] : rcube_label('normal');
  $out = $form_start ? "$form_start\n" : '';
  $out .= $selector->show($sel);