misplaced bullet
This commit is contained in:
@@ -5,6 +5,10 @@ phpMyAdmin - Changelog
|
||||
$Id$
|
||||
$Source$
|
||||
|
||||
2002-07-01 Marc Delisle <lem9@users.sourceforge.net>
|
||||
* tbl_properties_links.php3: better vertical spacing
|
||||
* tbl_properties.php3: misplaced bullet
|
||||
|
||||
2002-07-01 Alexander M. Turek <rabus@users.sourceforge.net>
|
||||
* sql.php3: Fixed bug #575867 (Error with limit or load in the table name).
|
||||
|
||||
|
@@ -48,10 +48,10 @@ $is_upload = (PMA_PHP_INT_VERSION >= 40000 && function_exists('ini_get'))
|
||||
|
||||
?>
|
||||
<!-- DATABASE WORK -->
|
||||
<a name="querybox"></a>
|
||||
<ul>
|
||||
<!-- Query box, sql file loader and bookmark support -->
|
||||
<li>
|
||||
<a name="querybox"></a>
|
||||
<form method="post" action="read_dump.php3"<?php if ($is_upload) echo ' enctype="multipart/form-data"'; echo "\n"; ?>
|
||||
onsubmit="return checkSqlQuery(this)">
|
||||
<input type="hidden" name="is_js_confirmed" value="0" />
|
||||
|
@@ -47,10 +47,10 @@ require('./tbl_properties_table_info.php3');
|
||||
|
||||
?>
|
||||
<!-- TABLE WORK -->
|
||||
<a name="querybox"></a>
|
||||
<ul>
|
||||
<!-- Query box and bookmark support -->
|
||||
<li>
|
||||
<a name="querybox"></a>
|
||||
<form method="post" action="read_dump.php3"<?php if ($is_upload) echo ' enctype="multipart/form-data"'; echo "\n"; ?>
|
||||
onsubmit="return checkSqlQuery(this)">
|
||||
<input type="hidden" name="is_js_confirmed" value="0" />
|
||||
|
Reference in New Issue
Block a user