/[drupal]/contributions/modules/views/views_ui.module
ViewVC logotype

Diff of /contributions/modules/views/views_ui.module

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

revision 1.44.2.26, Sun Sep 21 01:09:26 2008 UTC revision 1.44.2.27, Sat Nov 1 00:30:14 2008 UTC
# Line 1  Line 1 
1  <?php  <?php
2  // $Id: views_ui.module,v 1.44.2.25 2007/07/14 19:54:20 merlinofchaos Exp $  // $Id: views_ui.module,v 1.44.2.26 2008/09/21 01:09:26 sun Exp $
3    
4  // ---------------------------------------------------------------------------  // ---------------------------------------------------------------------------
5  // Drupal Hooks  // Drupal Hooks
# Line 1716  function views_ui_render_section(&$form, Line 1716  function views_ui_render_section(&$form,
1716   * Render the add buttons for one of the dynamic sections on our form.   * Render the add buttons for one of the dynamic sections on our form.
1717   */   */
1718  function views_ui_render_section_add(&$form, $items,  $label) {  function views_ui_render_section_add(&$form, $items,  $label) {
1719      asort($form['id']['#options']);
1720    foreach ($items as $item) {    foreach ($items as $item) {
1721      $row[] = drupal_render($form[$item], false);      $row[] = drupal_render($form[$item], false);
1722    }    }

Legend:
Removed from v.1.44.2.26  
changed lines
  Added in v.1.44.2.27

  ViewVC Help
Powered by ViewVC 1.1.2