Add a few references to the alias.
This commit is contained in:
@@ -81,7 +81,7 @@
|
|||||||
$sql .= "and r.meeting_uuid = '".$this->meeting_uuid."' ";
|
$sql .= "and r.meeting_uuid = '".$this->meeting_uuid."' ";
|
||||||
}
|
}
|
||||||
if (strlen($this->order_by) == 0) {
|
if (strlen($this->order_by) == 0) {
|
||||||
$sql .= "order by description, meeting_uuid asc ";
|
$sql .= "order by r.description, r.meeting_uuid asc ";
|
||||||
} else {
|
} else {
|
||||||
$sql .= "order by $this->order_by $this->order ";
|
$sql .= "order by $this->order_by $this->order ";
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user