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

Diff of /contributions/modules/formupdater/formupdater.module

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

revision 1.9.2.1, Sun Dec 28 04:04:43 2008 UTC revision 1.9.2.2, Sun Dec 28 05:05:32 2008 UTC
# Line 171  function formupdater_convert($type, $arg Line 171  function formupdater_convert($type, $arg
171        }        }
172      }      }
173    
174      $name = $form['#name'];      $name = isset($form['#name']) ? $form['#name'] : '';
175      unset($form['#name']);      unset($form['#name']);
176      $return[$name] = $form;      $return[$name] = $form;
177      $return['note'] = $note;      $return['note'] = $note;

Legend:
Removed from v.1.9.2.1  
changed lines
  Added in v.1.9.2.2

  ViewVC Help
Powered by ViewVC 1.1.2