duplicate ids and forgotten word, thanks to Cedric Corazza

This commit is contained in:
Marc Delisle
2008-02-19 12:45:14 +00:00
parent e5bcb159eb
commit 45d70b12bd

View File

@@ -2015,12 +2015,12 @@ $cfg['TrustedProxies'] =
<dt id="cfg_DBG">$cfg['DBG']</dt> <dt id="cfg_DBG">$cfg['DBG']</dt>
<dd><b>DEVELOPERS ONLY!</b></dd> <dd><b>DEVELOPERS ONLY!</b></dd>
<dt id="cfg_DBG_enable">$cfg['DBG']['sql'] boolean</dt> <dt id="cfg_DBG_enable_sql">$cfg['DBG']['sql'] boolean</dt>
<dd><b>DEVELOPERS ONLY!</b><br /> <dd><b>DEVELOPERS ONLY!</b><br />
Enable logging queries and execution times to be displayed in the bottom Enable logging queries and execution times to be displayed in the bottom
of main (right frame).</dd> of main page (right frame).</dd>
<dt id="cfg_DBG_enable">$cfg['DBG']['php'] boolean</dt> <dt id="cfg_DBG_enable_php">$cfg['DBG']['php'] boolean</dt>
<dd><b>DEVELOPERS ONLY!</b><br /> <dd><b>DEVELOPERS ONLY!</b><br />
Enable the DBG extension for debugging phpMyAdmin. Required for profiling Enable the DBG extension for debugging phpMyAdmin. Required for profiling
the code.<br /> the code.<br />