Index: trunk/xpressme_integration_kit/include/general_functions.php
===================================================================
--- trunk/xpressme_integration_kit/include/general_functions.php	(revision 415)
+++ trunk/xpressme_integration_kit/include/general_functions.php	(revision 417)
@@ -136,5 +136,8 @@
 				}
 			} else { // load XPressME or not Load XOOPS
-				$table_list = $xoops_db->get_results($sql);
+				$rows = $xoops_db->get_results($sql, ARRAY_N);
+				foreach ($rows as $row){
+					$table_list[] = $row[0];
+				}
 			}			
 		}
