From: Tim Starling Date: Fri, 6 Feb 2009 05:43:26 +0000 (+0000) Subject: Fixed missing quotes in r46840 X-Git-Tag: 1.31.0-rc.0~43011 X-Git-Url: https://git.cyclocoop.org/%20%27.%28%24debut%20%20%20%24par_page%29.%27?a=commitdiff_plain;h=51fb4dc09075e0f414e80dc83c2d97e3063c7ca1;p=lhc%2Fweb%2Fwiklou.git Fixed missing quotes in r46840 --- 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"; } ?>