Time from csv vs webpage different
GoogleCodeExporter opened this issue · 1 comments
GoogleCodeExporter commented
What steps will reproduce the problem?
1. Record a webpage's MT.
2.Check it at webpage and download its csv.
3. Compare csv vs webpage.
What is the expected output? What do you see instead?
In my case: (Picture attached)
What version of the product are you using? On what operating system?
Windows, last version. I modified slightly the store.php file. This is how the
modifications look like:
$cookie_name_one = "userId";
$cookie_name_two = "IdSlide";
$_SERVER['nm'] = $_COOKIE[$cookie_name_one];
$_SERVER['ns'] = $_COOKIE[$cookie_name_two];
$_SERVER['di'] = "1";
//$values = "'". $_POST['client'] ."',";
$values = "'". $_SERVER['nm'] ."',";
$values .= "'". $_SERVER['ns'] ."',";
$values .= "'". $_SERVER['di'] ."',";
//(all else remains as it was)
As you see it has nothing to do with the problem.
Please provide any additional information below.
Thank you, sorry if I misunderstood anything.
Original issue reported on code.google.com by ssr1...@gmail.com
on 12 May 2015 at 11:58
GoogleCodeExporter commented
Wrong picture. Here it is now.
Original comment by ssr1...@gmail.com
on 13 May 2015 at 12:01
Attachments: