[Vtigercrm-commits] [vtiger-commits] r7981 - /vtigercrm/trunk/modules/Users/LoginHistory.php
vtigercrm-commits at vtiger.fosslabs.com
vtigercrm-commits at vtiger.fosslabs.com
Thu Jul 13 09:16:51 EDT 2006
Author: saraj
Date: Thu Jul 13 07:16:48 2006
New Revision: 7981
Log:
Added description for class login history -ahmed
Modified:
vtigercrm/trunk/modules/Users/LoginHistory.php
Modified: vtigercrm/trunk/modules/Users/LoginHistory.php
==============================================================================
--- vtigercrm/trunk/modules/Users/LoginHistory.php (original)
+++ vtigercrm/trunk/modules/Users/LoginHistory.php Thu Jul 13 07:16:48 2006
@@ -17,7 +17,10 @@
require_once('include/ListView/ListView.php');
require_once('include/database/PearDatabase.php');
-// Contact is used to store customer information.
+/** This class is used to store and display the login history of all the Users.
+ * An Admin User can view his login history details and of all the other users as well.
+ * StandardUser is allowed to view only his login history details.
+**/
class LoginHistory {
var $log;
var $db;
More information about the vtigercrm-commits
mailing list