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

Small bug fix to site deletion.

git-svn-id: file:///tmp/wdn_thm_drupal/branches/drupal-7.x@214 20a16fea-79d4-4915-8869-1ea9d5ebf173
parent e675929c
No related branches found
No related tags found
No related merge requests found
......@@ -142,6 +142,7 @@ function unl_site_list_submit($form, &$form_state) {
function unl_site_remove($site_id) {
$uri = db_select('unl_sites', 's')
->fields('s', array('uri'))
->condition('site_id', $site_id)
->execute()
->fetchCol();
......
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