Skip to content

Commit

Permalink
Merge branch 'duplicate-api-events' into frisby
Browse files Browse the repository at this point in the history
  • Loading branch information
lornajane committed May 17, 2012
2 parents 43be6a5 + c8114bd commit 5856c6e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/api-v2/models/EventMapper.php
Expand Up @@ -110,7 +110,6 @@ protected function getEvents($resultsperpage, $start, $where = null, $order = nu
END as comments_enabled, '
. 'current_ua.uid as attending '
. 'from events '
. 'left join user_attend ua on ua.eid = events.ID '
. 'left join user_attend current_ua on (current_ua.eid = events.ID and current_ua.uid ';
if(isset($this->_request->user_id)) {
$sql .= ' = ' . $this->_request->user_id;
Expand Down

0 comments on commit 5856c6e

Please sign in to comment.