Index: trunk/phase3/config/index.php |
— | — | @@ -1398,7 +1398,7 @@ |
1399 | 1399 | <label class='column'>Database type:</label> |
1400 | 1400 | <?php |
1401 | 1401 | if (isset($errs['DBpicktype'])) { |
1402 | | - print "\t<span class='error'>" . htmlspecialchars( $errs[DBpicktype] ) . "</span>\n"; |
| 1402 | + print "\t<span class='error'>" . htmlspecialchars( $errs['DBpicktype'] ) . "</span>\n"; |
1403 | 1403 | } |
1404 | 1404 | ?> |
1405 | 1405 | <ul class='plain'><?php |