Chun-Huai Cheng 8 жил өмнө
parent
commit
8e5dfd8686

+ 1 - 1
tripal_chado/includes/TripalFields/chado_linker__prop.inc

@@ -179,7 +179,7 @@ class chado_linker__prop extends TripalField {
     $field_name = $this->field['field_name'];
     $field_table = $this->field['settings']['chado_table'];
 
-    // Don't save if there is no value for prop
+    // Don't save if there is no value for the property
     if (!trim($form_state['values'][$field_name][$langcode][$delta]['chado-' . $field_table . '__' . 'value'])) {
       foreach($form_state['values'][$field_name][$langcode][$delta] AS $key => $value) {
         if (preg_match('/^chado-/', $key)) {