Пример #1
0
 /**
  * @param string $sScriptName
  * @return bool
  */
 public function DeleteScript($sScriptName)
 {
     if ($this->_connect()) {
         return $this->_oSieve->sieve_deletescript($sScriptName);
     }
     return false;
 }