From ec0098486f6a1120e0becc3fd38d1e07a72cc3a3 Mon Sep 17 00:00:00 2001 From: Jason Skomorowski Date: Fri, 15 Apr 2011 18:42:35 +0000 Subject: [PATCH] Minor cleanup. --- mkdru.info | 3 +-- mkdru.module | 1 - 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/mkdru.info b/mkdru.info index 8502d14..f1919f5 100644 --- a/mkdru.info +++ b/mkdru.info @@ -1,4 +1,3 @@ name = Pazpar2 metasearch integration description = Metasearching of Z39.50, SRU and SOLR targets via Index Data's Pazpar2 and associated tool stack. -core = 6.x -version = 6.x-1.0 +core = 6.x \ No newline at end of file diff --git a/mkdru.module b/mkdru.module index 43fd150..26e7233 100644 --- a/mkdru.module +++ b/mkdru.module @@ -423,7 +423,6 @@ function mkdru_view($node, $teaser = FALSE, $page = FALSE) { function mkdru_block($op='list', $delta='sources', $edit=array()) { switch ($op) { case 'list': - // maybe if I label the tables or something? $result = db_query("SELECT title, {mkdru}.nid as nid, settings FROM {node},{mkdru} WHERE {mkdru}.nid = {node}.nid;"); while ($node = db_fetch_object($result)) { // search blocks -- 1.7.10.4