X-Git-Url: http://git.datanom.net/qtadmin.git/blobdiff_plain/cdd7c88aefbc8b76b73397292800a0beaa8667b0..181e3b1fd8edb3f279d1a6ebb6190dfc59a918b0:/lib/utils.inc.php?ds=sidebyside 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; }