/[drupal]/drupal/modules/simpletest/tests/form_test.module
ViewVC logotype

Diff of /drupal/modules/simpletest/tests/form_test.module

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph | View Patch Patch

revision 1.15 by dries, Wed Nov 18 18:51:11 2009 UTC revision 1.16 by dries, Sat Nov 21 14:06:46 2009 UTC
# Line 1  Line 1 
1  <?php  <?php
2  // $Id: form_test.module,v 1.14 2009/11/15 21:36:06 webchick Exp $  // $Id: form_test.module,v 1.15 2009/11/18 18:51:11 dries Exp $
3    
4  /**  /**
5   * @file   * @file
# Line 346  function form_storage_test_form_submit($ Line 346  function form_storage_test_form_submit($
346    else {    else {
347      drupal_set_message("Title: ". check_plain($form_state['storage']['thing']['title']));      drupal_set_message("Title: ". check_plain($form_state['storage']['thing']['title']));
348    }    }
349      $form_state['rebuild'] = TRUE;
350    $form_state['storage']['step']++;    $form_state['storage']['step']++;
351    drupal_set_message("Form constructions: ". $_SESSION['constructions']);    drupal_set_message("Form constructions: ". $_SESSION['constructions']);
352  }  }

Legend:
Removed from v.1.15  
changed lines
  Added in v.1.16

  ViewVC Help
Powered by ViewVC 1.1.3