From: Jason Skomorowski Date: Fri, 15 Apr 2011 18:42:35 +0000 (+0000) Subject: Minor cleanup. X-Git-Url: http://git.indexdata.com/?p=mkdru-moved-to-drupal.org.git;a=commitdiff_plain;h=ec0098486f6a1120e0becc3fd38d1e07a72cc3a3 Minor cleanup. --- 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