/[drupal]/drupal/includes/form.inc
ViewVC logotype

Diff of /drupal/includes/form.inc

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

revision 1.265.2.28, Wed Sep 16 17:54:19 2009 UTC revision 1.265.2.29, Fri Nov 6 08:01:48 2009 UTC
# Line 1  Line 1 
1  <?php  <?php
2  // $Id: form.inc,v 1.265.2.27 2009/09/14 09:27:04 goba Exp $  // $Id: form.inc,v 1.265.2.28 2009/09/16 17:54:19 goba Exp $
3    
4  /**  /**
5   * @defgroup forms Form builder functions   * @defgroup forms Form builder functions
# Line 48  Line 48 
48    
49  /**  /**
50   * Retrieves a form from a constructor function, or from the cache if   * Retrieves a form from a constructor function, or from the cache if
51   * the form was built in a previous page-load. The form is then passesed   * the form was built in a previous page-load. The form is then passed
52   * on for processing, after and rendered for display if necessary.   * on for processing, after and rendered for display if necessary.
53   *   *
54   * @param $form_id   * @param $form_id

Legend:
Removed from v.1.265.2.28  
changed lines
  Added in v.1.265.2.29

  ViewVC Help
Powered by ViewVC 1.1.2