andeedee / gapi-google-analytics-php-interface

Automatically exported from code.google.com/p/gapi-google-analytics-php-interface
0 stars 0 forks source link

Two notices, at lines 277 and 278 #54

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. first execution

What is the expected output? What do you see instead?

What version of the product are you using? On what operating system?
last version on a linux server

Please provide any additional information below.
if you go at line 277 (and 278) you can see that there is a bad copy/paste :
at those lines:
277:    $account_root_parameters['startDate'] = 
strval($google_results->startDate);
278:    $account_root_parameters['endDate'] = strval($google_results->endDate);

maybe it was intended:
277:    $account_root_parameters['startDate'] = 
strval($open_search_results->startDate);
278:    $account_root_parameters['endDate'] = 
strval($open_search_results->endDate);

Original issue reported on code.google.com by youniver...@gmail.com on 14 Apr 2011 at 11:10

GoogleCodeExporter commented 9 years ago
Duplicate of #12

Original comment by tccst...@gmail.com on 11 Jul 2011 at 8:45