Home
last modified time | relevance | path

Searched refs:error_msg (Results 1 – 2 of 2) sorted by relevance

/plugin/htmlokay/
H A Dadmin.php34 var $error_msg; variable in admin_plugin_htmlOKay
112 … $this->error_msg = "HTML Permissions for " . $this->namespace_file ." have been removed.";
117 $this->error_msg = "Incomplete data: No files selected";
415 if ($this->error_msg)
417 print "<center><h4>$this->error_msg</h4></center>";
/plugin/swiftmail/Swift/Connection/
H A DSMTP.php303 …$error_msg = "The SMTP connection failed to start [" . $server . ":" . $this->port . "]: fsockopen…
306 $log->add($error_msg, Swift_Log::ERROR);
309 throw new Swift_ConnectionException($error_msg);