/[drupal]/contributions/modules/imagefield/imagefield.module
ViewVC logotype

Diff of /contributions/modules/imagefield/imagefield.module

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

revision 1.30.2.6.2.64, Tue May 13 00:02:02 2008 UTC revision 1.30.2.6.2.65, Fri Aug 1 06:48:01 2008 UTC
# Line 1  Line 1 
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
# Line 1161  function imagefield_js() { Line 1161  function imagefield_js() {
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    

Legend:
Removed from v.1.30.2.6.2.64  
changed lines
  Added in v.1.30.2.6.2.65

  ViewVC Help
Powered by ViewVC 1.1.2