fixed a js error with NS
This commit is contained in:
@@ -33,6 +33,7 @@ $Source$
|
|||||||
* lib.inc.php3, lines 1154-1170: added an option to display the whole value
|
* lib.inc.php3, lines 1154-1170: added an option to display the whole value
|
||||||
of a text field in a javascript alert box thanks to "Opi" <opi@volny.cz>.
|
of a text field in a javascript alert box thanks to "Opi" <opi@volny.cz>.
|
||||||
* lang/english.inc.php3: re-sorted and fixed some typos.
|
* lang/english.inc.php3: re-sorted and fixed some typos.
|
||||||
|
* left.php3: fixed a js error with NS.
|
||||||
|
|
||||||
2001-08-28 Lo<4C>c Chapeaux <lolo@phpheaven.net>
|
2001-08-28 Lo<4C>c Chapeaux <lolo@phpheaven.net>
|
||||||
* lang/galician.inc.php3, select_lang.inc.php3: new Galician lang thanks to
|
* lang/galician.inc.php3, select_lang.inc.php3: new Galician lang thanks to
|
||||||
|
@@ -24,7 +24,6 @@ if ($server > 0) {
|
|||||||
if ($num_dbs) {
|
if ($num_dbs) {
|
||||||
$true_dblist = array();
|
$true_dblist = array();
|
||||||
for ($i = 0; $i < $num_dbs; $i++) {
|
for ($i = 0; $i < $num_dbs; $i++) {
|
||||||
// $dblink = @mysql_select_db(backquote($dblist[$i]));
|
|
||||||
$dblink = @mysql_select_db($dblist[$i]);
|
$dblink = @mysql_select_db($dblist[$i]);
|
||||||
if ($dblink) {
|
if ($dblink) {
|
||||||
$true_dblist[] = $dblist[$i];
|
$true_dblist[] = $dblist[$i];
|
||||||
@@ -207,7 +206,7 @@ if ($num_dbs > 1) {
|
|||||||
if (!empty($num_tables)) {
|
if (!empty($num_tables)) {
|
||||||
echo "\n";
|
echo "\n";
|
||||||
?>
|
?>
|
||||||
<a class="item" href="db_details.php3?<?php echo $common_url_query; ?>" onclick="if (typeof(expandBase) != 'undefined') {expandBase('el<?php echo $j; ?>', true); return false;}">
|
<a class="item" href="db_details.php3?<?php echo $common_url_query; ?>" onclick="if (capable) {expandBase('el<?php echo $j; ?>', true); return false;}">
|
||||||
<img name="imEx" id="el<?php echo $j; ?>Img" src="images/plus.gif" border="0" width="9" height="9" alt="+" /></a>
|
<img name="imEx" id="el<?php echo $j; ?>Img" src="images/plus.gif" border="0" width="9" height="9" alt="+" /></a>
|
||||||
<?php
|
<?php
|
||||||
} else {
|
} else {
|
||||||
@@ -218,7 +217,7 @@ if ($num_dbs > 1) {
|
|||||||
}
|
}
|
||||||
echo "\n";
|
echo "\n";
|
||||||
?>
|
?>
|
||||||
<a class="item" href="db_details.php3?<?php echo $common_url_query; ?>" onclick="if (typeof(expandBase) != 'undefined') {expandBase('el<?php echo $j; ?>', false)}">
|
<a class="item" href="db_details.php3?<?php echo $common_url_query; ?>" onclick="if (capable) {expandBase('el<?php echo $j; ?>', false)}">
|
||||||
<font color="black" class="heada"><?php echo $db; ?> <span class="heada_cnt">(<?php echo $num_tables_disp; ?>)</span></font></a>
|
<font color="black" class="heada"><?php echo $db; ?> <span class="heada_cnt">(<?php echo $num_tables_disp; ?>)</span></font></a>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user