[Vtigercrm-commits] [vtiger-commits] r9760 - /vtigercrm/branches/5.0.2/modules/Users/ListLoginHistory.php

vtigercrm-commits at vtiger.fosslabs.com vtigercrm-commits at vtiger.fosslabs.com
Tue Oct 31 04:36:27 EST 2006


Author: richie
Date: Tue Oct 31 02:36:23 2006
New Revision: 9760

Log:
* Changed the class name of User to Users

Modified:
    vtigercrm/branches/5.0.2/modules/Users/ListLoginHistory.php

Modified: vtigercrm/branches/5.0.2/modules/Users/ListLoginHistory.php
==============================================================================
--- vtigercrm/branches/5.0.2/modules/Users/ListLoginHistory.php (original)
+++ vtigercrm/branches/5.0.2/modules/Users/ListLoginHistory.php Tue Oct 31 02:36:23 2006
@@ -42,7 +42,7 @@
 
 $category = getParenttab();
 
-$oUser = new User($id);
+$oUser = new Users($id);
 
 
 $user_list = getUserslist();





More information about the vtigercrm-commits mailing list