Changeset 4191


Ignore:
Timestamp:
Nov 5, 2009, 10:52:20 AM (14 years ago)
Author:
nikrou
Message:

Bug 1220 : partial revert of r4140 commit. No author id in branch 2.0

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2.0/comments.php

    r4183 r4191  
    262262    INNER JOIN '.COMMENTS_TABLE.' AS com   
    263263    ON ic.image_id = com.image_id
    264     LEFT JOIN '.USERS_TABLE.' As u
    265     ON u.'.$conf['user_fields']['id'].' = com.author_id
    266264  WHERE '.implode('
    267265    AND ', $page['where_clauses']).'
     
    300298    INNER JOIN '.COMMENTS_TABLE.' AS com
    301299    ON ic.image_id = com.image_id
    302     LEFT JOIN '.USERS_TABLE.' As u
    303     ON u.'.$conf['user_fields']['id'].' = com.author_id
    304300  WHERE '.implode('
    305301    AND ', $page['where_clauses']).'
Note: See TracChangeset for help on using the changeset viewer.