소스 검색

Merge branch 'master' into 7.x-1.x

Merging changes from Prateek's branch.
E.Cannon 9 년 전
부모
커밋
9e02c3942f
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      includes/blast_ui.form_advanced_options.inc

+ 1 - 0
includes/blast_ui.form_advanced_options.inc

@@ -1199,6 +1199,7 @@ function _get_word_size($which) {
     	return array(
         2 => t('2'),
         3 => t('3'),
+        6 => t('6'),
       );
 	}//switch
 }