From 8d958459b42b4135e126a1fd6efed4579d5fe17c Mon Sep 17 00:00:00 2001 From: Colin Smith Date: Sun, 10 Apr 2005 01:21:52 +0000 Subject: Remove string concatenation. --- usr/local/www/system_firmware_auto.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/usr/local/www/system_firmware_auto.php b/usr/local/www/system_firmware_auto.php index 1765c4c..86c9d47 100755 --- a/usr/local/www/system_firmware_auto.php +++ b/usr/local/www/system_firmware_auto.php @@ -201,7 +201,7 @@ function read_body($ch, $string) { $a = $file_size; $b = $downloaded; $c = $downloadProgress; - $text .= " Download Status\\n"; + $text = " Download Status\\n"; $text .= "---------------------------------\\n"; $text .= " File size : {$a}\\n"; $text .= " Downloaded : {$b}\\n"; -- cgit v1.1