[Phpmyadmin-git] [SCM] phpMyAdmin branch, master, updated. RELEASE_3_3_2-2092-ga5750bb

Michal Čihař nijel at users.sourceforge.net
Thu Apr 29 14:08:13 CEST 2010


The branch, master has been updated
       via  a5750bb3bfd699cb235bba90f234e7302f05a54d (commit)
      from  d6fa1d8595b3a1f2d0a5f5ea933d6e6fd96ceb9d (commit)


- Log -----------------------------------------------------------------
commit a5750bb3bfd699cb235bba90f234e7302f05a54d
Author: Michal Čihař <mcihar at novell.com>
Date:   Thu Apr 29 14:08:03 2010 +0200

    Add missing docs.

-----------------------------------------------------------------------

Summary of changes:
 libraries/logging.lib.php |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)

diff --git a/libraries/logging.lib.php b/libraries/logging.lib.php
index a531ba3..a52098f 100644
--- a/libraries/logging.lib.php
+++ b/libraries/logging.lib.php
@@ -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);


hooks/post-receive
-- 
phpMyAdmin




More information about the Git mailing list