[Reconnoiter-devel] [reconnoiter commit] Reconnoiter branch, master, updated. 8dfd79782e697b0ac7f68e010887609de0ff34e9
git at labs.omniti.com
git at labs.omniti.com
Wed Jan 4 09:53:28 EST 2012
Pushed by: jesus
The branch, master has been updated
via 8dfd79782e697b0ac7f68e010887609de0ff34e9 (commit)
via bea2da5ac47bfcbbda37955afb8ba901e714e06d (commit)
from 7225a1b6bfe2f98ec3785ba84cf2209b881eea1c (commit)
Summary of changes:
ui/web/lib/Reconnoiter_DB.php | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
Log:
commit 8dfd79782e697b0ac7f68e010887609de0ff34e9
Merge: 7225a1b bea2da5
Author: Theo Schlossnagle <jesus at lethargy.org>
Date: Wed Jan 4 05:33:12 2012 -0800
Merge pull request #42 from brad-marshall/master
Trivial fix to sort templates before returning them
commit bea2da5ac47bfcbbda37955afb8ba901e714e06d
Author: Brad Marshall <brad.marshall at canonical.com>
Date: Wed Jan 4 15:56:03 2012 +1000
Sort templates before returning them
diff --git a/ui/web/lib/Reconnoiter_DB.php b/ui/web/lib/Reconnoiter_DB.php
index f04745a..db8d335 100644
--- a/ui/web/lib/Reconnoiter_DB.php
+++ b/ui/web/lib/Reconnoiter_DB.php
@@ -107,6 +107,7 @@ class Reconnoiter_DB {
$sql = "$sql where templateid = ?";
$binds[] = $templateid;
}
+ $sql = "$sql order by title";
$sth = $this->db->prepare($sql);
$sth->execute($binds);
$a = array();
hooks/post-receive
--
Reconnoiter
More information about the Reconnoiter-devel
mailing list