| 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 |
| 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 |
} |
} |