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

[gh-390] Remove the now missing fields from the query

parent 2c2f92bc
No related branches found
No related tags found
No related merge requests found
......@@ -171,7 +171,7 @@ function unl_site_list($form, &$form_state) {
);
$sites = db_select('unl_sites', 's')
->fields('s', array('site_id', 'db_prefix', 'installed', 'site_path', 'uri', 'name', 'access'))
->fields('s', array('site_id', 'db_prefix', 'installed', 'site_path', 'uri'))
->extend('TableSort')
->orderByHeader($header)
->execute()
......
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