This commit is contained in:
Marc Delisle
2005-12-08 19:32:33 +00:00
parent b62ac45150
commit 2472e2f3aa

View File

@@ -485,7 +485,7 @@ function get_cfg_string($cfg) {
$ret .= get_cfg_val("\$cfg['Servers'][\$i]['$key']", $val); $ret .= get_cfg_val("\$cfg['Servers'][\$i]['$key']", $val);
} }
} }
$ret .= "\n/* End of servers configration */\n\n"; $ret .= "\n/* End of servers configuration */\n\n";
} }
unset($c['Servers']); unset($c['Servers']);
@@ -603,7 +603,7 @@ function show_overview($title, $list, $buttons = '') {
} }
/** /**
* Displays configration, fallback defaults are taken from global $PMA_Config * Displays configuration, fallback defaults are taken from global $PMA_Config
* *
* @param array list of values to display (each element is array of two or * @param array list of values to display (each element is array of two or
* three values - desription, name and optional type * three values - desription, name and optional type