That is good to hear. For the issue with the updating I think that might be a couple things going on with this. The first thing that I notice when I check on the multiple update server behaviors on the page is that the first one has a redirect URL but they all have the same trigger. This means that if any updates were triggered only this first one would run because you would get redirected to the details page after it was triggered weather or not any records were updated.
On line 148 in your file you have this:
$WA_redirectURL = "resortdetails_Detail.php?ID=".((isset($_POST["resortID"]))?$_POST["resortID"]:"") ."";
You can update this directly in the code or by editing the server behavior. You should remove the redirect for this first update. It is ok to add it to the last one on the page since no other action would need to be taken after all the updates run. Please give this a try and post back with the results that you are getting. If it still does not update then I will continue looking into this with you.