tbrehm
2012-10-25 edaa7c5d66ef52eec1c15f79ae4034fc3e67b9b7
interface/web/vm/openvz_vm_del.php
@@ -49,14 +49,6 @@
$app->load('tform_actions');
class page_action extends tform_actions {
   function onAfterDelete() {
      global $app, $conf;
      //* Release all IP addresses which are assigned to this VM
      $app->db->query("UPDATE openvz_ip SET vm_id = 0 WHERE vm_id = '".$this->id."'");
   }
   
}