Add a few references to the alias.
This commit is contained in:
parent
a153858ff3
commit
b64bb17073
|
|
@ -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 ";
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue