Przeglądaj źródła

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

Merging changes from Prateek's branch.
E.Cannon 9 lat temu
rodzic
commit
9e02c3942f
1 zmienionych plików z 1 dodań i 0 usunięć
  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
 }