Project

General

Profile

« Previous | Next » 

Revision 5f63cb40

Added by Steve Beaver over 7 years ago

Fixed #7889
Increase max number of characters allowed in a tab array to 256 to prevent automatic conversion to pull-down

View differences:

src/usr/local/www/guiconfig.inc
1039 1039
	}
1040 1040

  
1041 1041
	if ($tab_array_char_limit == '') {
1042
		$tab_array_char_limit = 92;
1042
		$tab_array_char_limit = 256;
1043 1043
	}
1044 1044

  
1045 1045
	foreach ($tab_array as $tab_id => $ta) {

Also available in: Unified diff