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
Original issue reported on code.google.com by
youniver...@gmail.com
on 14 Apr 2011 at 11:10