Browse Source

changes in _get_word_size by prateek

prateekgta 9 năm trước cách đây
mục cha
commit
da8dad34f6
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  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
 }