svn: /web/doc-editor/trunk/php/ AccountManager.php
[email protected] (Yannick Torres)
| Newsgroups | php.doc.web |
|---|---|
| Message-ID | <[email protected]> |
yannick Fri, 13 Nov 2009 17:10:41 +0000
Revision: http://svn.php.net/viewvc?view=revision&revision=290677
Log:
Add comment on isLogged's method
Changed paths:
U web/doc-editor/trunk/php/AccountManager.php
Modified: web/doc-editor/trunk/php/AccountManager.php
===================================================================
--- web/doc-editor/trunk/php/AccountManager.php 2009-11-13 17:04:32 UTC (rev 290676)
+++ web/doc-editor/trunk/php/AccountManager.php 2009-11-13 17:10:41 UTC (rev 290677)
@@ -40,6 +40,7 @@
/**
* Check if there is an authentificated session or not
+ * Update the last connexion's date in DB for this user
*
* @return TRUE if there is an authentificated session, FALSE otherwise.
*/