Add missing docs.

This commit is contained in:
Michal Čihař
2010-04-29 14:08:03 +02:00
parent d6fa1d8595
commit a5750bb3bf

View File

@@ -9,6 +9,9 @@
* @package phpMyAdmin
*/
/**
* Logs user information to webserver logs.
*/
function PMA_log_user($user, $status = 'ok'){
if (function_exists('apache_note')) {
apache_note('userID', $user);