Skip to content
Snippets Groups Projects
Commit e163c243 authored by Tim Steiner's avatar Tim Steiner
Browse files

[gh-160] Merging from testing into staging

git-svn-id: file:///tmp/wdn_thm_drupal/branches/drupal-7.x/staging@863 20a16fea-79d4-4915-8869-1ea9d5ebf173
parent 8c316779
No related branches found
No related tags found
No related merge requests found
...@@ -316,6 +316,7 @@ function unl_aliases_page() { ...@@ -316,6 +316,7 @@ function unl_aliases_page() {
function unl_site_alias_create($form, &$form_state) { function unl_site_alias_create($form, &$form_state) {
$sites = db_select('unl_sites', 's') $sites = db_select('unl_sites', 's')
->fields('s', array('site_id', 'uri')) ->fields('s', array('site_id', 'uri'))
->orderBy('uri')
->execute() ->execute()
->fetchAll(); ->fetchAll();
foreach ($sites as $site) { foreach ($sites as $site) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment