Skip to content

Commit

Permalink
MDL-33928 - Installation - Fixing the size of the host field for data…
Browse files Browse the repository at this point in the history
…base details in the installation stage
  • Loading branch information
jsnfwlr committed Jun 21, 2012
1 parent f4a9bf6 commit 3d24b28
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion install.php
Original file line number Diff line number Diff line change
Expand Up @@ -410,7 +410,7 @@

$disabled = empty($distro->dbhost) ? '' : 'disabled="disabled';
echo '<div class="formrow"><label for="id_dbhost" class="formlabel">'.$strdbhost.'</label>';
echo '<input id="id_dbhost" name="dbhost" '.$disabled.' type="text" value="'.s($config->dbhost).'" size="50" class="forminput" />';
echo '<input id="id_dbhost" name="dbhost" '.$disabled.' type="text" value="'.s($config->dbhost).'" size="30" class="forminput" />';
echo '</div>';

echo '<div class="formrow"><label for="id_dbname" class="formlabel">'.$strdbname.'</label>';
Expand Down

0 comments on commit 3d24b28

Please sign in to comment.