Author: remi
Date: 2009-06-11 14:46:58 +0200 (Thu, 11 Jun 2009)
New Revision: 4786

Modified:
   
software_suite_v3/smart-core/smart-server/trunk/util/applicationserver/plugin/PluginTask.py
   
software_suite_v3/smart-core/smart-server/trunk/util/applicationserver/ugc/UgcTask.py
Log:
* fixed default value of hoursEnd to 23:59:59

Modified: 
software_suite_v3/smart-core/smart-server/trunk/util/applicationserver/plugin/PluginTask.py
===================================================================
--- 
software_suite_v3/smart-core/smart-server/trunk/util/applicationserver/plugin/PluginTask.py
 2009-06-11 12:24:19 UTC (rev 4785)
+++ 
software_suite_v3/smart-core/smart-server/trunk/util/applicationserver/plugin/PluginTask.py
 2009-06-11 12:46:58 UTC (rev 4786)
@@ -90,7 +90,7 @@
         self.__hoursBeginVisible = "false"
         if dictionary.has_key('hoursBeginVisible'):
             self.__hoursBeginVisible = dictionary['hoursBeginVisible'].lower()
-        self.__hoursEnd = "00:00:00"
+        self.__hoursEnd = "23:59:59"
         if dictionary.has_key('hoursEnd'):
             self.__hoursEnd = dictionary['hoursEnd']
         self.__hoursEndMask = "false,false,false"

Modified: 
software_suite_v3/smart-core/smart-server/trunk/util/applicationserver/ugc/UgcTask.py
===================================================================
--- 
software_suite_v3/smart-core/smart-server/trunk/util/applicationserver/ugc/UgcTask.py
       2009-06-11 12:24:19 UTC (rev 4785)
+++ 
software_suite_v3/smart-core/smart-server/trunk/util/applicationserver/ugc/UgcTask.py
       2009-06-11 12:46:58 UTC (rev 4786)
@@ -69,7 +69,7 @@
         self.__hoursBegin = "00:00:00"
         if dictionary.has_key('hoursBegin'):
             self.__hoursBegin = dictionary['hoursBegin']
-        self.__hoursEnd = "00:00:00"
+        self.__hoursEnd = "23:59:59"
         if dictionary.has_key('hoursEnd'):
             self.__hoursEnd = dictionary['hoursEnd']
         self.__delay = "00:01:00"


------------------------------------------------------------------------------
Crystal Reports - New Free Runtime and 30 Day Trial
Check out the new simplified licensing option that enables unlimited
royalty-free distribution of the report engine for externally facing 
server and web deployment.
http://p.sf.net/sfu/businessobjects
_______________________________________________
Tux-droid-svn mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/tux-droid-svn

Reply via email to