Closed (fixed)
Project:
Twitter
Version:
7.x-3.x-dev
Component:
Code
Priority:
Minor
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
4 Sep 2012 at 11:54 UTC
Updated:
7 Nov 2012 at 10:30 UTC
Jump to comment: Most recent file
The D6 version of twitter module includes a column twitter_account.include_retweets - but this field is not present in the Drupal 7 version. The field should either be removed from the database in the D7 version, or added to the schema.
| Comment | File | Size | Author |
|---|---|---|---|
| #4 | 1773686-remove-include_retweets.patch | 693 bytes | lyricnz |
Comments
Comment #1
JStruck commentedHey did you find any solution fors this issue??
Comment #2
lyricnz commentedI just removed it from the database. The D7 code doesn't use it at all.
Comment #3
Leeteq commentedComment #4
lyricnz commentedAlso cleaned up comment for twitter_update_7300() - since this is now used in the UI.
Comment #5
xurizaemonCommitted in c549c7d, thanks.