From 51fb4dc09075e0f414e80dc83c2d97e3063c7ca1 Mon Sep 17 00:00:00 2001 From: Tim Starling Date: Fri, 6 Feb 2009 05:43:26 +0000 Subject: [PATCH] Fixed missing quotes in r46840 --- config/index.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/index.php b/config/index.php index 6414cb966d..3a4ac7e9ff 100644 --- a/config/index.php +++ b/config/index.php @@ -1398,7 +1398,7 @@ if( count( $errs ) ) { " . htmlspecialchars( $errs[DBpicktype] ) . "\n"; + print "\t" . htmlspecialchars( $errs['DBpicktype'] ) . "\n"; } ?>