tbrehm
2011-08-29 e615265d3b51e27f0f664cea193b6353975d6f7d
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."'");
   }
   
}