Changeset bea2da5ac47bfcbbda37955afb8ba901e714e06d
- Timestamp:
- 01/04/12 05:56:03
(1 year ago)
- Author:
- Brad Marshall <brad.marshall@canonical.com>
- git-committer:
- Brad Marshall <brad.marshall@canonical.com> 1325656563 +1000
- git-parent:
[7225a1b6bfe2f98ec3785ba84cf2209b881eea1c]
- git-author:
- Brad Marshall <brad.marshall@canonical.com> 1325656563 +1000
- Message:
Sort templates before returning them
-
Files:
-
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
| r99a13aa |
rbea2da5 |
|
| 108 | 108 | $binds[] = $templateid; |
|---|
| 109 | 109 | } |
|---|
| | 110 | $sql = "$sql order by title"; |
|---|
| 110 | 111 | $sth = $this->db->prepare($sql); |
|---|
| 111 | 112 | $sth->execute($binds); |
|---|