removed whitespace
This commit is contained in:
@@ -9,7 +9,8 @@ $Source$
|
||||
* header_printview.inc.php: RFE #856503, show number of rows in printview
|
||||
* tbl_replace.php, tbl_replace_fields.php: Fixed #857445, #857684
|
||||
where non-existant fields caused PHP notices.
|
||||
|
||||
* db_details.php: Removed unneccessary whitespace
|
||||
|
||||
2003-12-10 Garvin Hicking <me@supergarv.de>
|
||||
* db_datadict.php: Bug 857186: Real fix for the problem. The '@'
|
||||
delimiter slipped to the replacement's end instead of the expression's
|
||||
|
@@ -68,7 +68,7 @@ if (!empty($query_to_display)) {
|
||||
} else {
|
||||
echo htmlspecialchars(str_replace('%d', PMA_backquote($db), $cfg['DefaultQueryDatabase']));
|
||||
}
|
||||
?> </textarea><br />
|
||||
?></textarea><br />
|
||||
<input type="checkbox" name="show_query" value="1" id="checkbox_show_query" checked="checked" />
|
||||
<label for="checkbox_show_query"><?php echo $strShowThisQuery; ?></label><br />
|
||||
</div>
|
||||
|
Reference in New Issue
Block a user