Commit:    e354bd237c50aa5c820ffa7c52686cdff92d6430
Author:    Hannes Magnusson <bj...@mongodb.com>         Fri, 21 Mar 2014 
13:43:03 -0700
Parents:   8ef5f14b77a12293019020056f34572e8cba1b19
Branches:  master

Link:       
http://git.php.net/?p=web/qa.git;a=commitdiff;h=e354bd237c50aa5c820ffa7c52686cdff92d6430

Log:
The variable is set for the first time here

Changed paths:
  M  reports/index.php


Diff:
diff --git a/reports/index.php b/reports/index.php
index a54f749..c373271 100644
--- a/reports/index.php
+++ b/reports/index.php
@@ -31,7 +31,7 @@ if (isset($_GET['version'])) {
         exit('invalid version');
     }
     $getVersion = $_GET['version'];
-    $TITLE .= 'PHP Test Reports For PHP Version '.$_GET['version'];
+    $TITLE = 'PHP Test Reports For PHP Version '.$_GET['version'];
 
     $limit = 50;
     if (!empty($_GET['limit'])) {


--
PHP Quality Assurance Mailing List <http://www.php.net/>
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to