Example #1
0
 function Delete($ID)
 {
     $DB = CDatabase::GetModuleConnection('statistic');
     $ID = intval($ID);
     CStopList::CleanCache();
     return $DB->Query("DELETE FROM b_stop_list WHERE ID = " . $ID);
 }
Example #2
0
 function Stoplist($test = "N")
 {
     return CStopList::Check($test);
 }