Fix ahah_helper bug in to_do list
  • user warning: Unknown column 'n.nid' in 'on clause' query: SELECT tdr.rid, r.name FROM to_do_roles as tdr JOIN role as r ON tdr.rid = r.rid INNER JOIN node_access na ON na.nid = n.nid WHERE (na.grant_view >= 1 AND ((na.gid = 0 AND na.realm = 'all') OR (na.gid = 0 AND na.realm = 'og_public'))) AND ( tdr.vid = 901) in /home/gregsonl/public_html/sites/all/modules/to_do/to_do.module on line 796.
  • user warning: Unknown column 'n.nid' in 'on clause' query: SELECT tdau.uid, u.name FROM to_do_assigned_users as tdau JOIN users as u ON tdau.uid = u.uid INNER JOIN node_access na ON na.nid = n.nid WHERE (na.grant_view >= 1 AND ((na.gid = 0 AND na.realm = 'all') OR (na.gid = 0 AND na.realm = 'og_public'))) AND ( tdau.vid = 901) in /home/gregsonl/public_html/sites/all/modules/to_do/to_do.module on line 813.

The howto on this is on the the ahah helper project page.

Details

Status
Not started
Priority
Low