Index: branches/5.2.x/units/zones/zones_event_handler.php =================================================================== diff -u -N -r13845 -r14099 --- branches/5.2.x/units/zones/zones_event_handler.php (.../zones_event_handler.php) (revision 13845) +++ branches/5.2.x/units/zones/zones_event_handler.php (.../zones_event_handler.php) (revision 14099) @@ -1,6 +1,6 @@ GetObject(); - $object->SetDBField('ZoneID', $this->Application->GetVar('zone_id') ); - $object->ID = $this->Application->GetVar('zone_id'); - }*/ - /** * Enter description here... * @@ -206,10 +198,6 @@ default: } -// if($this->Application->GetVar('z_OriginalSaveEvent')) -// { -// $this->Application->SetVar($event->Prefix_Special.'_SaveEvent', $this->Application->GetVar('z_OriginalSaveEvent')); -// } } function OnMassDelete(&$event)