Changeset 0d88e50 in github


Ignore:
Timestamp:
Jun 24, 2008 9:22:08 AM (5 years ago)
Author:
thomascube <thomas@…>
Branches:
master, HEAD, courier-fix, dev-browser-capabilities, pdo, release-0.6, release-0.7, release-0.8
Children:
257f88c
Parents:
eec1d42
Message:

Fix typo and re-enable input box for host

File:
1 edited

Legend:

Unmodified
Added
Removed
  • program/include/rcmail.php

    rfde466c r0d88e50  
    475475  { 
    476476    $default_host = $this->config->get('default_host'); 
    477     $host = !empty($default_host) ? get_input_value('_host', RCUBE_INPUT_POST) : $default_host; 
     477    $host = empty($default_host) ? get_input_value('_host', RCUBE_INPUT_POST) : $default_host; 
    478478     
    479479    if (is_array($host)) { 
Note: See TracChangeset for help on using the changeset viewer.