Index: branches/REL1_13/phase3/config/index.php |
— | — | @@ -1345,7 +1345,7 @@ |
1346 | 1346 | <label class='column'>Database type:</label> |
1347 | 1347 | <?php |
1348 | 1348 | if (isset($errs['DBpicktype'])) { |
1349 | | - print "\t<span class='error'>" . htmlspecialchars( $errs[DBpicktype] ) . "</span>\n"; |
| 1349 | + print "\t<span class='error'>" . htmlspecialchars( $errs['DBpicktype'] ) . "</span>\n"; |
1350 | 1350 | } |
1351 | 1351 | ?> |
1352 | 1352 | <ul class='plain'><?php |
Index: branches/REL1_14/phase3/config/index.php |
— | — | @@ -1359,7 +1359,7 @@ |
1360 | 1360 | <label class='column'>Database type:</label> |
1361 | 1361 | <?php |
1362 | 1362 | if (isset($errs['DBpicktype'])) { |
1363 | | - print "\t<span class='error'>" . htmlspecialchars( $errs[DBpicktype] ) . "</span>\n"; |
| 1363 | + print "\t<span class='error'>" . htmlspecialchars( $errs['DBpicktype'] ) . "</span>\n"; |
1364 | 1364 | } |
1365 | 1365 | ?> |
1366 | 1366 | <ul class='plain'><?php |