[interchange-cvs] interchange - jon modified dist/lib/UI/pages/admin/customer.html

interchange-cvs at icdevgroup.org interchange-cvs at icdevgroup.org
Wed Aug 20 00:26:00 EDT 2003


User:      jon
Date:      2003-08-20 03:26:12 GMT
Modified:  dist/lib/UI/pages/admin customer.html
Log:
Check whether userdb is LARGE, not transactions, for this page.

Revision  Changes    Path
2.16      +1 -1      interchange/dist/lib/UI/pages/admin/customer.html


rev 2.16, prev_rev 2.15
Index: customer.html
===================================================================
RCS file: /var/cvs/interchange/dist/lib/UI/pages/admin/customer.html,v
retrieving revision 2.15
retrieving revision 2.16
diff -u -u -r2.15 -r2.16
--- customer.html	11 Apr 2003 23:56:05 -0000	2.15
+++ customer.html	20 Aug 2003 03:26:12 -0000	2.16
@@ -147,7 +147,7 @@
 	}
 	return if $CGI->{ui_text_qualification};
 	return unless
-	  $Variable->{CUSTOMER_VIEW_LARGE} or $Config->{Database}{transactions}{LARGE};
+	  $Variable->{CUSTOMER_VIEW_LARGE} or $Config->{Database}{userdb}{LARGE};
 	$Scratch->{ui_location} = $Tag->area( {
 									
 									href => '__UI_BASE__/flex_select',







More information about the interchange-cvs mailing list