projects
/
phppgadmin.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
189876c
)
auto expand the server nodes, per Mark
author
xzilla
<xzilla>
Mon, 7 Mar 2005 22:16:41 +0000
(22:16 +0000)
committer
xzilla
<xzilla>
Mon, 7 Mar 2005 22:16:41 +0000
(22:16 +0000)
browser.php
patch
|
blob
|
blame
|
history
diff --git
a/browser.php
b/browser.php
index 729904fc5f2b6cfc836179f9d53368efa5ee3754..cd3373914ae2fd05c35907e3d39f3657c2deff7f 100644
(file)
--- a/
browser.php
+++ b/
browser.php
@@
-5,7
+5,7
@@
* if you click on a database it shows a list of database objects in that
* database.
*
- * $Id: browser.php,v 1.44.2.
2 2005/03/03 14:52:56 jollytoad
Exp $
+ * $Id: browser.php,v 1.44.2.
3 2005/03/07 22:16:41 xzilla
Exp $
*/
// Include application functions
@@
-46,6
+46,7
@@
var tree = new WebFXLoadTree("<?php echo $lang['strservers']; ?>", "servers.php?
tree.target = "detail";
tree.write();
+tree.setExpanded(true);
</script>