[Vtigercrm-commits] [vtiger-commits] r6240 - /vtigercrm/trunk/modules/Users/User.php

vtigercrm-commits at vtiger.fosslabs.com vtigercrm-commits at vtiger.fosslabs.com
Sat May 20 10:45:25 EDT 2006


Author: saraj
Date: Sat May 20 08:45:22 2006
New Revision: 6240

Log:
variable added in User class

Modified:
    vtigercrm/trunk/modules/Users/User.php

Modified: vtigercrm/trunk/modules/Users/User.php
==============================================================================
--- vtigercrm/trunk/modules/Users/User.php (original)
+++ vtigercrm/trunk/modules/Users/User.php Sat May 20 08:45:22 2006
@@ -42,6 +42,9 @@
 	var $user_name;
 	var $user_password;
 	var $cal_color;
+	var $hour_format;
+	var $start_hour;
+	var $end_hour;
 	var $first_name;
 	var $last_name;
 	var $date_entered;
@@ -97,6 +100,9 @@
 		,"user_name"
 		,"user_password"
 		,"cal_color"
+		,"hour_format"
+		,"start_hour"
+		,"end_hour"
 		,"first_name"
 		,"last_name"
 		,"description"





More information about the vtigercrm-commits mailing list