Преглед изворни кода

changes in _get_word_size by prateek

prateekgta пре 10 година
родитељ
комит
da8dad34f6
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
 }