Scripts and data used for generating ZhConversion.php
[lhc/web/wiklou.git] / includes / SearchUpdate.php
index d1d367a..e50429b 100644 (file)
@@ -115,4 +115,9 @@ class SearchUpdate {
        }
 }
 
+/* Placeholder class */
+class SearchUpdateMyISAM extends SearchUpdate {
+       # Inherits everything
+}
+
 ?>