| 1 |
<?php |
<?php |
| 2 |
// $Id: imagefield.module,v 1.30.2.6.2.63 2008/05/11 23:28:46 dopry Exp $ |
// $Id: imagefield.module,v 1.30.2.6.2.64 2008/05/13 00:02:02 dopry Exp $ |
| 3 |
|
|
| 4 |
/** |
/** |
| 5 |
* @file |
* @file |
| 1161 |
$output = theme('status_messages') . drupal_render($form); |
$output = theme('status_messages') . drupal_render($form); |
| 1162 |
|
|
| 1163 |
// We send the updated file attachments form. |
// We send the updated file attachments form. |
| 1164 |
|
$GLOBALS['devel_shutdown'] = false; |
| 1165 |
echo drupal_to_js(array('status' => true, 'data' => $output)); |
echo drupal_to_js(array('status' => true, 'data' => $output)); |
| 1166 |
exit; |
exit; |
| 1167 |
|
|