Closed (fixed)
Project:
Geo
Component:
Geo API
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
4 Sep 2009 at 08:10 UTC
Updated:
23 Nov 2009 at 17:50 UTC
Jump to comment: Most recent file
When I enabled the module I got a bunch of php notices related to some missing single quotes. If you look at core like comment.module you'll see a slightly different notation that matches what I do in the patch.
| Comment | File | Size | Author |
|---|---|---|---|
| #1 | geo_notices.patch | 5.94 KB | greggles |
| geo_notices.patch | 2.14 KB | greggles |
Comments
Comment #1
gregglesI found some more when adding a field:
Looking at line 24, a variable is assigned and never used. This next patch removes that.
I then tried creating some fields and creating nodes using those fields.
When creating nodes I got the error:
Which seems to be a typo. Also fixed.
For some of these (especially the changes to the geo_field_widget_info and geo_set_value) I'm not sure it's the right decision, but it does get rid of notices without introducing any side effects that I could see in my quick testing.
Comment #2
allie mickaApplied - thanks!