Closed (duplicate)
Project:
Site map
Version:
6.x-1.0
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Issue tags:
Reporter:
Created:
19 Mar 2009 at 06:35 UTC
Updated:
5 Sep 2012 at 19:35 UTC
using postgresql 8.3.5 on linux, site_map won't work until i modify a query in the site_map.module file:
- $result = db_query_range("SELECT DISTINCT u.uid, u.name
+ $result = db_query_range("SELECT DISTINCT u.uid, u.name, n.created
| Comment | File | Size | Author |
|---|---|---|---|
| site_map.module.diff | 561 bytes | sed |
Comments
Comment #1
frjo commentedIf you have time I would appreciate if you could try out the 6-dev version. I have rebuilt this part of the code there.
Comment #2
miche+1
Comment #3
frjo commentedSee http://drupal.org/node/269828.
Comment #4
liam morland