Author: david
Date: Thu Feb  9 16:08:41 2012
New Revision: 10831

Log:
Duplicate the QubitSearch class

Added:
   trunk/lib/QubitSearchPdo.class.php
      - copied, changed from r10830, trunk/lib/QubitSearch.class.php
Modified:
   trunk/lib/QubitSearch.class.php

Modified: trunk/lib/QubitSearch.class.php
==============================================================================
--- trunk/lib/QubitSearch.class.php     Thu Feb  9 15:56:32 2012        (r10830)
+++ trunk/lib/QubitSearch.class.php     Thu Feb  9 16:08:41 2012        (r10831)
@@ -20,7 +20,7 @@
 class QubitSearch extends xfIndexSingle
 {
   // allow disabling search index via boolean flag
-  public $disabled = false;
+  public $disabled = true;
 
   /*
    * Enable singleton creation via getInstance()

Copied and modified: trunk/lib/QubitSearchPdo.class.php (from r10830, 
trunk/lib/QubitSearch.class.php)
==============================================================================
--- trunk/lib/QubitSearch.class.php     Thu Feb  9 15:56:32 2012        
(r10830, copy source)
+++ trunk/lib/QubitSearchPdo.class.php  Thu Feb  9 16:08:41 2012        (r10831)
@@ -20,7 +20,7 @@
 class QubitSearch extends xfIndexSingle
 {
   // allow disabling search index via boolean flag
-  public $disabled = false;
+  public $disabled = true;
 
   /*
    * Enable singleton creation via getInstance()

-- 
You received this message because you are subscribed to the Google Groups 
"Qubit Toolkit Commits" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/qubit-commits?hl=en.

Reply via email to