Add a few references to the alias.

This commit is contained in:
Mark Crane
2013-04-22 23:15:36 +00:00
parent 7320be9462
commit ae2adac82c

View File

@@ -81,7 +81,7 @@
$sql .= "and r.meeting_uuid = '".$this->meeting_uuid."' ";
}
if (strlen($this->order_by) == 0) {
$sql .= "order by description, meeting_uuid asc ";
$sql .= "order by r.description, r.meeting_uuid asc ";
} else {
$sql .= "order by $this->order_by $this->order ";
}