fix orlike to call or_like
diff --git a/system/database/DB_active_rec.php b/system/database/DB_active_rec.php
index 37bf9ed..e93b99e 100644
--- a/system/database/DB_active_rec.php
+++ b/system/database/DB_active_rec.php
@@ -595,7 +595,7 @@
 	 */

 	function orlike($field, $match = '', $side = 'both')

 	{

-		return $this->orlike($field, $match, $side);

+		return $this->or_like($field, $match, $side);

 	}

 	

 	// --------------------------------------------------------------------