[ic] check widget with more than 9 columns

Bill Carr interchange-users@icdevgroup.org
Tue Mar 25 07:25:02 2003


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
bill@worldwideimpact.com
413-253-6700