Falko Timme
2013-10-22 391e05cbee6ff84bce60b665be60b4e5f049ee7f
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."'");
   }
   
}