Loading drupalorg_project/drupalorg_project.module +1 −1 Original line number Diff line number Diff line Loading @@ -485,7 +485,6 @@ function drupalorg_project_form_node_form_alter(&$form, &$form_state) { else { $table['#rows'][$file['uid']]['files'] += 1; $table['#rows'][$file['uid']]['#weight'] += 100; $table['#rows'][$file['uid']]['#last_patch'] = max($file['timestamp'], 1428452101); } } } Loading Loading @@ -537,6 +536,7 @@ function drupalorg_project_form_node_form_alter(&$form, &$form_state) { if (isset($row['#checked'])) { $row['credited'] = t('<abbr title="Credit given by maintainer">✓</abbr>'); } $row['by'] = array( 'data' => array( '#type' => 'checkbox', Loading Loading
drupalorg_project/drupalorg_project.module +1 −1 Original line number Diff line number Diff line Loading @@ -485,7 +485,6 @@ function drupalorg_project_form_node_form_alter(&$form, &$form_state) { else { $table['#rows'][$file['uid']]['files'] += 1; $table['#rows'][$file['uid']]['#weight'] += 100; $table['#rows'][$file['uid']]['#last_patch'] = max($file['timestamp'], 1428452101); } } } Loading Loading @@ -537,6 +536,7 @@ function drupalorg_project_form_node_form_alter(&$form, &$form_state) { if (isset($row['#checked'])) { $row['credited'] = t('<abbr title="Credit given by maintainer">✓</abbr>'); } $row['by'] = array( 'data' => array( '#type' => 'checkbox', Loading