Fix syntax.
authorJakub Skoczen <jakub@indexdata.dk>
Thu, 7 Apr 2011 08:32:13 +0000 (10:32 +0200)
committerJakub Skoczen <jakub@indexdata.dk>
Thu, 7 Apr 2011 08:32:13 +0000 (10:32 +0200)
That's what happens when you canot push from the srver where the files were
changed.

mkdru.module

index b1bde08..53f6633 100644 (file)
@@ -24,7 +24,7 @@ function mkdru_ting_search_tab($keys) {
   // D6 seems not to be able to handle external scripts
   // assume one if path starts with http:
   // assume alias if path starts with /
-  if (preg_match('/^http:/') || preg_match('/^\//') {
+  if (preg_match('/^http:/') || preg_match('/^\//')) {
      drupal_add_js(variable_get('pz2_js_path', 'pazpar2/js') 
       . '/pz2.js', 'module', 'footer', TRUE, TRUE, FALSE);  
   } else {