15 May
2007
15 May
'07
4:30 p.m.
User: snpower Branch: DRUPAL-5 Date: Tue, 15 May 2007 14:30:39 +0000 Modified files: /modules/faq faq.module Log message: changed all sql queries that had "select n.title, n.nid" to be "select n.nid, n.title". This was a problem with some versions of MySQL after db_rewrite_sql() changes the sql query to have DISTINCT() around the n.nid. Links: http://cvs.drupal.org/diff.php?path=contributions/modules/faq/faq.module&old...