]> andersk Git - sql-web.git/blobdiff - tpl/main.php
git-svn-id: svn://presbrey.mit.edu/sql/mitsql@44 a142d4bd-2cfb-0310-9673-cb33a7e74f58
[sql-web.git] / tpl / main.php
index 7c6ca795766093591a5075de182a3810c84d6316..c07c0176f2fb642ed85a587c41c53f750443089b 100644 (file)
@@ -20,7 +20,7 @@ Thanks for signing up.  This interface is nearly ready.  We will e-mail you as s
 <?php
        foreach($myDBs as $db) {
                
-               echo '<li>',$db,'</li>';
+               echo '<li>',$db['Name'],'</li>';
 
        }
 ?>
This page took 0.031717 seconds and 4 git commands to generate.