From: River Tarnell Date: Thu, 7 Jul 2005 02:31:03 +0000 (+0000) Subject: typo X-Git-Tag: 1.5.0beta3~5 X-Git-Url: http://git.cyclocoop.org/?a=commitdiff_plain;h=3993f9357fdf2ed75faceff862e27489c801e401;p=lhc%2Fweb%2Fwiklou.git typo --- diff --git a/install-utils.inc b/install-utils.inc index 2846fcad12..62d35c6243 100644 --- a/install-utils.inc +++ b/install-utils.inc @@ -64,7 +64,7 @@ function readconsole( $prompt = '' ) { $fp = fopen( 'php://stdin', 'r' ); $st = fgets($fp, 1024); if ($st === false) return false; - $resp = trim( $st ) ); + $resp = trim( $st ); fclose( $fp ); return $resp; }