guelug / google-api-adwords-php

Automatically exported from code.google.com/p/google-api-adwords-php
Apache License 2.0
0 stars 0 forks source link

Missing semicolon #78

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
http://code.google.com/p/google-api-adwords-php/source/browse/trunk/examples/v20
1206/BasicOperations/AddCampaigns.php

Line 92

Original issue reported on code.google.com by charnad on 23 Aug 2012 at 4:10

GoogleCodeExporter commented 8 years ago
In my case is in line 95. 

The line #95 in the file 
"aw_api_php_lib_3.1.1_src/examples/v201206/BasicOperations/AddCampaign.php" 
with the following instruction: 

$geoTargetTypeSetting = new GeoTargetTypeSetting() 

is missing the semicolon at the end.

Original comment by jose...@gmail.com on 24 Aug 2012 at 12:19

GoogleCodeExporter commented 8 years ago
This should be fixed in the latest release of the code.

Thank you for your bug report.

Original comment by pmatth...@google.com on 26 Sep 2012 at 3:12

GoogleCodeExporter commented 8 years ago
In latest version of the code semi colon now missing on line 92, generating a 
parse error.

Original comment by gre...@gmail.com on 2 Oct 2012 at 10:38

GoogleCodeExporter commented 8 years ago
I've just checked for syntax errors in the v201206 and v201209 examples, but 
I'm unable to find any. Can you double check if this is still an issue for you 
please?

Cheers,

Paul.

Original comment by pmatth...@google.com on 10 Oct 2012 at 10:18

GoogleCodeExporter commented 8 years ago
Fixed in Rev #279

Original comment by api.pmat...@gmail.com on 10 Oct 2012 at 12:19