delete.php File Reference

Go to the source code of this file.

Functions

 del_sites ($site_list)
 $site_list is a comma-separated list of site ids.
 del_countries ($country_list)
 Delete all the countries in the list, and all the sites related to them.
 del_rocs ($roc_list)
 Delete all the ROCs in the list and all the countries related to them.


Function Documentation

del_sites site_list  ) 
 

$site_list is a comma-separated list of site ids.

All the sites in the list are deleted. For each of the sites in the list, the related contacts, downtimes etc. that are related to this site are deleted as well.

Definition at line 38 of file delete.php.

Referenced by del_countries(), and site_list::on_del().

del_countries country_list  ) 
 

Delete all the countries in the list, and all the sites related to them.

$country_list is a comma-separated list of country_id-s.

Definition at line 61 of file delete.php.

References del_sites().

Referenced by del_rocs(), and country_list::on_del().

del_rocs roc_list  ) 
 

Delete all the ROCs in the list and all the countries related to them.

$roc_list is a comma-separated list of ROC_id-s.

Definition at line 81 of file delete.php.

References del_countries().

Referenced by roc_list::on_del().


Generated on Fri Jan 20 10:34:52 2006 for HGSM by  doxygen 1.4.5