Closed (fixed)
Project:
Google analytics importer
Version:
6.x-1.0-beta2
Component:
Code
Priority:
Normal
Category:
Task
Assigned:
Reporter:
Created:
19 Jan 2011 at 14:36 UTC
Updated:
7 Feb 2011 at 05:30 UTC
I committed some whitespace, addressed some documentation lengths.
I'm curious of the couple date calls in ga_importer_cron() and ga_importer_get_data_for_node should be format_date()?
| Comment | File | Size | Author |
|---|---|---|---|
| more_polish.patch | 6.1 KB | dstol |
Comments
Comment #1
dstolComment #2
gregglesGenerally looks good to me -
That's somewhat non-standard and in my opinion we shouldn't do it. If it made sense to give that success message during install then core would do it for us. I'd prefer removing those two lines.
Comment #3
dstolfine by me, what about format_date vs date in #1?
Comment #4
dstolhttp://drupal.org/node/1032584
Left it as date for now.