I tried putting a google map in a client project a year ago. I put in the google map API code and it worked.
The client decided they did not want the map so I removed it in every place I could find in phprunner.
Now, google has changed to v3 of the api and when the client accesses their site it pops up a warning telling them they have the wrong api.
It appears that even though I removed the map in phprunner there is still a v2 API being written to /classes/runnerpage.php on line 755
How do I tell phprunner to stop putting this in?