| 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. |
| 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(); |