/[drupal]/contributions/docs/developer/examples/multipage_form_example.module
ViewVC logotype

Diff of /contributions/docs/developer/examples/multipage_form_example.module

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

revision 1.8, Sat Apr 8 03:35:39 2006 UTC revision 1.9, Sun Oct 12 01:39:48 2008 UTC
# Line 1  Line 1 
1  <?php  <?php
2    
3  // $Id: multipage_form_example.module,v 1.7 2006/04/02 19:23:47 thehunmonkgroup Exp $  // $Id: multipage_form_example.module,v 1.8 2006/04/08 03:35:39 drumm Exp $
4    
5  /**  /**
6   * Implementation of hook_help().   * Implementation of hook_help().
# Line 455  function multipage_form_restore_attribut Line 455  function multipage_form_restore_attribut
455   * element   * element
456   */   */
457  function multipage_form_example_elements() {  function multipage_form_example_elements() {
458     $type['hidden_array'] = array('#input' => TRUE, '#process' => array('expand_hidden_array' => array()), '#tree' => TRUE);    $type['hidden_array'] = array('#input' => TRUE, '#process' => array('expand_hidden_array' => array()), '#tree' => TRUE);
459     return $type;    return $type;
460  }  }
461    
462  function expand_hidden_array($element) {  function expand_hidden_array($element) {

Legend:
Removed from v.1.8  
changed lines
  Added in v.1.9

  ViewVC Help
Powered by ViewVC 1.1.2