Skip to content
Commit d66744db authored by Moshe Weitzman's avatar Moshe Weitzman
Browse files

1 line enhancement to Admin page. Now shows properly when a user hasn't yet...

1 line enhancement to Admin page. Now shows properly when a user hasn't yet selected a vocabulary for organizing images.

module still doesn't work for me though (i'm pretty sure i configured it properly too). At Preview, I get this error about a missing 'tid' in the query:

SELECT n.nid, title, teaser, body, thumb_path
        FROM node n, term_node t, image i
        WHERE n.nid = t.nid
        AND n.nid = i.nid
        AND i.personal = 0
        AND t.tid =  ORDER BY n.title
parent 4f4b668d
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment