Charlie Harvey

#224

Some improvement

Hi Charlie, a great first module, a couple of things I noticed while working wit it... I changed the comments so that they were Drupal documentation standard /* should be /** at the start on a blank line, I had to remove the ?> tag from the end of the module another Drupal requirement, I had to wrap the code inside the postcodelookup_node_presave with a further loop to filter out other content updates [if ($node->type == 'location') {] otherwise it was showing a whole bunch of errors trying to use fields that didnt exist on other content update forms, also I was using Windows (arghh) so I had to change any <? reference to fully explicit <?php... fundamentally it works great... thanks