Exemplo n.º 1
0
function emailDebugTrace()
{
    sendDebugTrace('The function emailDebugTrace has been replaced by sendDebugTrace.');
}
Exemplo n.º 2
0
 public function close()
 {
     //---- Check if Application is Set
     if (isset($this->application)) {
         //---- Open the Application
         $this->application->close();
     } else {
         //            FB::error('Application not set in phpAnvil.');
         $this->_logError('Application not set in phpAnvil.');
     }
     $this->triggerEvent('phpAnvil.close');
     $this->session->close();
     //        $this->_logDebug('session closed');
     sendDebugTrace();
     //		$this->db->close();
 }