--- tablemanager.module.latest	2005-12-20 02:01:58.000000000 +0100
+++ tablemanager.module	2006-03-10 21:14:03.000000000 +0100
@@ -308,7 +308,7 @@
 /**
  * The main user hook to display a table.
  */
-function tablemanager_display($tid, $list_length = NULL, $attrib = NULL) {
+function tablemanager_display($tid, $list_length = 10000000, $attrib = NULL) {
 	if (!$tid) {
 	return 'Invalid Table ID';
 	}
