fixed bug ##438987 (Blank lines with IE5+)
This commit is contained in:
@@ -8,9 +8,10 @@ $Source$
|
|||||||
2001-07-05 Lo<4C>c Chapeaux <lolo@phpheaven.net>
|
2001-07-05 Lo<4C>c Chapeaux <lolo@phpheaven.net>
|
||||||
* users_details.php3: fixed many little scripting bugs.
|
* users_details.php3: fixed many little scripting bugs.
|
||||||
* function.js: rewritten to fit javascript standards (eval function was
|
* function.js: rewritten to fit javascript standards (eval function was
|
||||||
deprecated a long time ago)
|
deprecated a long time ago).
|
||||||
* sql.php3, lines 39-41: fixed bug #438895 (No mixed " and ' possible)
|
* sql.php3, lines 39-41: fixed bug #438895 (No mixed " and ' possible).
|
||||||
* tbl_properties.php3, line 233: removed an unnecessary ';'!
|
* tbl_properties.php3, line 233: removed an unnecessary ';'!
|
||||||
|
* left.php3: fixed bug ##438987 (Blank lines with IE5+)
|
||||||
|
|
||||||
2001-07-06 Marc Delisle <lem9@users.sourceforge.net>
|
2001-07-06 Marc Delisle <lem9@users.sourceforge.net>
|
||||||
* bug #438749 Database lockout: main.php3, we now show "Create
|
* bug #438749 Database lockout: main.php3, we now show "Create
|
||||||
|
@@ -127,13 +127,11 @@ if ($server > 0) {
|
|||||||
$table = mysql_tablename($tables, $j);
|
$table = mysql_tablename($tables, $j);
|
||||||
echo "\n";
|
echo "\n";
|
||||||
?>
|
?>
|
||||||
<nobr>
|
<nobr><img src="images/spacer.gif" border="0" width="9" height="9" alt="" />
|
||||||
<img src="images/spacer.gif" border="0" width="9" height="9" alt="" />
|
|
||||||
<a target="phpmain" href="sql.php3?<?php echo $common_url_query; ?>&table=<?php echo urlencode($table); ?>&sql_query=<?php echo urlencode("SELECT * FROM $table"); ?>&pos=0&goto=tbl_properties.php3">
|
<a target="phpmain" href="sql.php3?<?php echo $common_url_query; ?>&table=<?php echo urlencode($table); ?>&sql_query=<?php echo urlencode("SELECT * FROM $table"); ?>&pos=0&goto=tbl_properties.php3">
|
||||||
<img src="images/browse.gif" border="0" alt="<?php echo "$strBrowse: $table"; ?>" /></a>
|
<img src="images/browse.gif" border="0" alt="<?php echo "$strBrowse: $table"; ?>" /></a>
|
||||||
<a class="item" target="phpmain" href="tbl_properties.php3?<?php echo $common_url_query; ?>&table=<?php echo urlencode($table); ?>">
|
<a class="item" target="phpmain" href="tbl_properties.php3?<?php echo $common_url_query; ?>&table=<?php echo urlencode($table); ?>">
|
||||||
<?php echo $table; ?></a>
|
<?php echo $table; ?></a></nobr><br />
|
||||||
</nobr><br />
|
|
||||||
<?php
|
<?php
|
||||||
} // end for $j (tables list)
|
} // end for $j (tables list)
|
||||||
echo "\n";
|
echo "\n";
|
||||||
|
Reference in New Issue
Block a user