[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[ic] check widget with more than 9 columns


IC 4.9.5

In line 1237 of lib/Vend/Form.pm
 elsif ($type  =~ /left[\s_]*(\d?)/i ) {

Change to 
 elsif ($type  =~ /left[\s_]*(\d+)/i ) {

If we would like to have more than nine columns. Same thing with right.
 

-- 
Bill Carr
Worldwide Impact
suppressed
413-253-6700

_______________________________________________
interchange-users mailing list
suppressed
http://www.icdevgroup.org/mailman/listinfo/interchange-users


Mail converted by mhonarc 2.6.15
This archive provided courtesy of JSW4.NET, Internet Hosting Services for Small Business.