Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Time from csv vs webpage different #63

Open
GoogleCodeExporter opened this issue Mar 21, 2016 · 1 comment
Open

Time from csv vs webpage different #63

GoogleCodeExporter opened this issue Mar 21, 2016 · 1 comment

Comments

@GoogleCodeExporter
Copy link

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
Copy link
Author

Wrong picture. Here it is now.

Original comment by ssr1...@gmail.com on 13 May 2015 at 12:01

Attachments:

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant