Closed (fixed)
Project:
Station
Version:
6.x-2.x-dev
Component:
Playlists
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
14 Dec 2008 at 09:02 UTC
Updated:
28 Dec 2008 at 18:42 UTC
Jump to comment: Most recent file
Comments
Comment #1
drewish commentedoh... duh that should have been drupal_write_record()...
Comment #2
refreshingapathy commentedCorrected to drupal_write_record in my local version, checks out fine.
Then throws errors about table station_playlist and sp.program_nid column - looks like the table / column names in the install changed but didn't carry through to the module. Suggestion that seem to fix it as far as I can tell so far:
Line 87:
Comment #3
drewish commentedthe other error is a separate issue... well at least it's already been mentioned over in #346479: tables and columns do not exist
committed the attached to HEAD.