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