Index: trunk/xpressme_integration_kit/include/general_functions.php
===================================================================
--- trunk/xpressme_integration_kit/include/general_functions.php	(revision 842)
+++ trunk/xpressme_integration_kit/include/general_functions.php	(revision 844)
@@ -127,5 +127,5 @@
 				if($result = $xoopsDB->queryF($sql)){
 					while($row = $xoopsDB->fetchRow($result)){
-						if(preg_match('/' . $pattern . '/' , $row[0])){
+						if(preg_match('/' . $pattern . '/i' , $row[0])){
 							$table_list[] = $row[0];
 						}
