Index: trunk/phase3/config/index.php |
— | — | @@ -1544,7 +1544,7 @@ |
1545 | 1545 | </div> |
1546 | 1546 | </form> |
1547 | 1547 | <script type="text/javascript"> |
1548 | | -window.onload = toggleDBarea('<?php echo htmlspecialchars( Xml::encodeJsVar( $conf->DBtype ) ); ?>', |
| 1548 | +window.onload = toggleDBarea( <?php echo Xml::encodeJsVar( $conf->DBtype ); ?>, |
1549 | 1549 | <?php |
1550 | 1550 | ## If they passed in a root user name, don't populate it on page load |
1551 | 1551 | echo strlen(importPost('RootUser', '')) ? 0 : 1; |