[ic] ui_break_label with equal (=) signs

Bill Carr bill at worldwideimpact.com
Wed Jun 23 10:58:35 EDT 2004


IC 5.2.0

Adding a limit of 2 to the split function at line 2625 of Vend/Table/
Editor.pm allows ui_break_labels to contain equal signs.

-	my ($br, $lab) = split /\s*=\s*/, $_;
+	my ($br, $lab) = split /\s*=\s*/, $_, 2;

-- 
Bill Carr
Worldwide Impact
bill at worldwideimpact.com
413-253-6700



More information about the interchange-users mailing list