comparison program/include/rcmail_output_html.php @ 22:303b85d5b561

More cleaning up php8 Warnings/deprecations
author Charlie Root
date Wed, 15 Oct 2025 14:06:27 -0400
parents b631c1c7a3ce
children
comparison
equal deleted inserted replaced
21:73124dd49283 22:303b85d5b561
1976 $out .= $input_action->show(); 1976 $out .= $input_action->show();
1977 $out .= $input_tzone->show(); 1977 $out .= $input_tzone->show();
1978 $out .= $input_url->show(); 1978 $out .= $input_url->show();
1979 $out .= $table->show(); 1979 $out .= $table->show();
1980 1980
1981 if ($hide_host) { 1981 if (isset($hide_host)) {
1982 $out .= $input_host->show(); 1982 $out .= $input_host->show();
1983 } 1983 }
1984 1984
1985 if (rcube_utils::get_boolean($attrib['submit'])) { 1985 if (rcube_utils::get_boolean($attrib['submit'])) {
1986 $submit = new html_inputfield(array('type' => 'submit', 'id' => 'rcmloginsubmit', 1986 $submit = new html_inputfield(array('type' => 'submit', 'id' => 'rcmloginsubmit',