Commit 73832ba3 authored by vicheldt's avatar vicheldt Committed by Valery Lourie
Browse files

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

parent 39371c06
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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(

+1 −1
Original line number Diff line number Diff line
@@ -28,7 +28,7 @@ function tabledrag_example_simple_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(