alecpl
2010-11-19 cc5ae9e3371009849beafd5e1d49be443da90112
- Fix last commit


1 files modified
2 ■■■ changed files
program/steps/mail/compose.inc 2 ●●● patch | view | raw | blame | history
program/steps/mail/compose.inc
@@ -505,7 +505,7 @@
  else {
    $field_attrib['class'] = 'from_address';
    $input_from = new html_inputfield($field_attrib);
    $out = $input_from->show($from_id);
    $out = $input_from->show($_POST['_from']);
  }
  return $out;