X-Git-Url: http://git.datanom.net/qtadmin.git/blobdiff_plain/cdd7c88aefbc8b76b73397292800a0beaa8667b0..5ee144945eda9e1688bf8af140e7fee937380eaf:/lib/utils.inc.php diff --git a/lib/utils.inc.php b/lib/utils.inc.php index eec51cd..5832d29 100644 --- a/lib/utils.inc.php +++ b/lib/utils.inc.php @@ -322,7 +322,8 @@ class Utils { if ($this->isAdmin() || $this->getUser() == $recipient) { $authorized = true; } - $this->log("authorized '".$this->getUser()."'", 3); + $msg = ($authorized) ? 'authorize' : 'not authorize'; + $this->log("$msg '".$this->getUser()."' rcpt '$recipient'", 3); return $authorized; }