Skip to content
Snippets Groups Projects

Issue #2788163: Fix double occurence of "the" in "tabledrag_example".

Merged vicheldt requested to merge issue/examples-2788163:2788163-fix-double-occurence into 7.x-1.x
2 files
+ 2
2
Compare changes
  • Side-by-side
  • Inline
Files
2
@@ -34,7 +34,7 @@ function tabledrag_example_parent_form($form_state) {
// Create a form entry for this item.
//
// Each entry will be an array using the the unique id for that item as
// Each entry will be an array using the unique id for that item as
// the array key, and an array of table row data as the value.
$form['example_items'][$item->id] = array(
Loading