[contributions:weitzman] /modules/og/contrib/og_forum og_forum.module
User: weitzman Branch: HEAD Date: Mon, 09 Jan 2006 16:24:25 +0000 Modified files: /modules/og/contrib/og_forum og_forum.module Log message: upate for change in taxonomy_term_select() there are still a couple problems in this modules' rewrite_sql hook. when creating a forum topic ... i am getting sql injected into the wrong part of the query. here is the bad SQL. look for the string "_data". SELECT DISTINCT(t.tid), t.*, parent FROM term INNER JOIN og_term ogt ON t.tid = ogt.tid INNER JOIN node_access ogna ON ogt.nid = ogna.nid AND realm = 'og_uid' AND gid = 1 _data t, term_hierarchy h WHERE (ogt.nid = 67) AND t.tid = h.tid AND t.vid = 16 ORDER BY weight, name Links: http://cvs.drupal.org/diff.php?path=contributions/modules/og/contrib/og_foru...
participants (1)
-
drupal-cvs@drupal.org