Warning: Table './interoperating/mark_sessions' is marked as crashed and should be repaired
query: SELECT u.*, s.* FROM mark_users u INNER JOIN mark_sessions s ON u.uid = s.uid WHERE s.sid = '96sf5rpemvu7mglnl6ndhgrcp5' in /home/.sites/99/site76/web/interoperating.info/mark/includes/database.mysql.inc on line 174
Mark's web presence | nothing very exciting, just some guy's web presence
Please send screen caps
In the current implementation, the themable information about an attachment (link, title, snippet, etc.) only gets added to the $results array if user_access() returns true, so the list of results should only display entries for attachments that belong to nodes the user has access to. See excerpt from Dmitry's original patch above -- I've updated it to use permission strings from any driver file but the conditional logic remains the same. I don't have enough attachments populated in my test drupal to see what you are describing -- can you send along some screen caps so I can take a look?