details:   /erp/devel/pi/rev/fa921f62e428
changeset: 6708:fa921f62e428
user:      Iván Perdomo <ivan.perdomo <at> openbravo.com>
date:      Mon Mar 15 11:22:12 2010 +0100
summary:   Fixes issue 12670: Fixed parameter values

diffstat:

 src/org/openbravo/scheduling/OBScheduler.java |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (14 lines):

diff -r eaaa29666678 -r fa921f62e428 
src/org/openbravo/scheduling/OBScheduler.java
--- a/src/org/openbravo/scheduling/OBScheduler.java     Mon Mar 15 11:11:00 
2010 +0100
+++ b/src/org/openbravo/scheduling/OBScheduler.java     Mon Mar 15 11:22:12 
2010 +0100
@@ -214,8 +214,8 @@
     try {
       sched.unscheduleJob(requestId, OB_GROUP);
       sched.deleteJob(requestId, OB_GROUP);
-      ProcessRequestData.update(getConnection(), UNSCHEDULED, null, format(new 
Date()),
-          OBScheduler.sqlDateTimeFormat, requestId);
+      ProcessRequestData.update(getConnection(), UNSCHEDULED, null, 
OBScheduler.sqlDateTimeFormat,
+          format(new Date()), requestId);
     } catch (final Exception e) {
       log.error("An error occurred unscheduling process " + requestId, e);
     }

------------------------------------------------------------------------------
Download Intel&#174; Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev
_______________________________________________
Openbravo-commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/openbravo-commits

Reply via email to