Skip to content

Time from csv vs webpage different #63

Description

@GoogleCodeExporter
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 [email protected] on 12 May 2015 at 11:58

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions