/[drupal]/contributions/modules/views/includes/admin.inc
ViewVC logotype

Diff of /contributions/modules/views/includes/admin.inc

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

revision 1.161.2.2 by merlinofchaos, Fri Nov 20 21:15:52 2009 UTC revision 1.161.2.3 by merlinofchaos, Fri Nov 20 22:04:22 2009 UTC
# Line 1  Line 1 
1  <?php  <?php
2  // $Id: admin.inc,v 1.161.2.1 2009/11/02 20:09:51 merlinofchaos Exp $  // $Id: admin.inc,v 1.161.2.2 2009/11/20 21:15:52 merlinofchaos Exp $
3  /**  /**
4   * @file admin.inc   * @file admin.inc
5   * Provides the Views' administrative interface.   * Provides the Views' administrative interface.
# Line 1556  function views_ui_add_form_to_stack($key Line 1556  function views_ui_add_form_to_stack($key
1556   * and $display_id, so we have a couple of ajax forms that we don't   * and $display_id, so we have a couple of ajax forms that we don't
1557   * use with this system.   * use with this system.
1558   */   */
1559  function views_ui_ajax_form($js, $key, &$view, $display_id) {  function views_ui_ajax_form($js, $key, $view, $display_id) {
1560    $form = views_ui_ajax_forms($key);    $form = views_ui_ajax_forms($key);
1561    if (empty($form)) {    if (empty($form)) {
1562      return drupal_not_found();      return drupal_not_found();

Legend:
Removed from v.1.161.2.2  
changed lines
  Added in v.1.161.2.3

  ViewVC Help
Powered by ViewVC 1.1.3