--- D:\drupal-contributions\modules\trip_search\trip_search.module	Tue Nov 02 21:03:11 2004
+++ D:\ccoro\modules\trip_search.module	Wed Mar 23 00:31:19 2005
@@ -1,5 +1,5 @@
 <?php
-// $Id: trip_search.module,v 1.15 2004/10/25 19:39:12 uwe Exp $
+// $Id: trip_search.module,v 1.14.2.1 2004/10/21 15:25:03 weitzman Exp $
 
 /**
  * @file
@@ -48,6 +48,10 @@

 /**
  * Implementation of hook_perm().
  */
@@ -117,7 +123,8 @@
   // Some black magic to get better results
   $keys = str_replace(',', '', $keys);
   $keys = str_replace('*', '%%', $keys);
-  
+  $keys = str_replace('"', '', $keys);
+
   $max = variable_get('trip_search_max', 25);
   $from = $_REQUEST['from'] ? $_REQUEST['from'] : 0;
   if (is_null($hook)) {
