mcramer
2012-11-27 7990f8881b085279269d35cf9dd2787b88ae1c08
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."'");
   }
   
}