Author: sevein
Date: Tue Jan  3 11:52:03 2012
New Revision: 10536

Log:
Fix default value for job scheduler setting in the migration script

Modified:
   trunk/lib/task/migrate/QubitMigrate111.clas.php

Modified: trunk/lib/task/migrate/QubitMigrate111.clas.php
==============================================================================
--- trunk/lib/task/migrate/QubitMigrate111.clas.php     Tue Jan  3 11:51:32 
2012        (r10535)
+++ trunk/lib/task/migrate/QubitMigrate111.clas.php     Tue Jan  3 11:52:03 
2012        (r10536)
@@ -71,7 +71,7 @@
   {
     $this->data['QubitSetting']['QubitSetting_useJobScheduler'] = array(
       'name' => 'use_job_scheduler',
-      'value' => array('en' => '-1'),
+      'value' => array('en' => '0'),
       'source_culture' => 'en'
     );
 

-- 
You received this message because you are subscribed to the Google Groups 
"Qubit Toolkit Commits" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/qubit-commits?hl=en.

Reply via email to