[interchange-cvs] interchange - heins modified dist/lib/UI/pages/admin/gentable.html

interchange-cvs at icdevgroup.org interchange-cvs at icdevgroup.org
Fri Nov 14 13:22:05 EST 2003


User:      heins
Date:      2003-11-14 18:22:05 GMT
Modified:  dist/lib/UI/pages/admin gentable.html
Log:
* Fix bad splittor in UI_ADMIN_TABLES selection.

Revision  Changes    Path
2.6       +1 -1      interchange/dist/lib/UI/pages/admin/gentable.html


rev 2.6, prev_rev 2.5
Index: gentable.html
===================================================================
RCS file: /var/cvs/interchange/dist/lib/UI/pages/admin/gentable.html,v
retrieving revision 2.5
retrieving revision 2.6
diff -u -r2.5 -r2.6
--- gentable.html	14 Jan 2003 02:25:50 -0000	2.5
+++ gentable.html	14 Nov 2003 18:22:05 -0000	2.6
@@ -48,7 +48,7 @@
 	my $tab = $rec->[0];
 	if(! $admin_done++) {
 		# Set up hidden tables
-		%admin = map { ($_, 1) } split /[\s.\0]+/, $Variable->{UI_ADMIN_TABLES};
+		%admin = map { ($_, 1) } split /[\s,\0]+/, $Variable->{UI_ADMIN_TABLES};
 		# To build the links to hidden tables
 		$Scratch->{ui_tmp_admin} = join " ", sort keys %admin;
 	}








More information about the interchange-cvs mailing list