Add a few references to the alias.

This commit is contained in:
Mark Crane 2013-04-22 23:15:36 +00:00
parent a153858ff3
commit b64bb17073
1 changed files with 1 additions and 1 deletions

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 ";
}