Author: sevein
Date: Mon Oct 18 04:08:49 2010
New Revision: 8221
Log:
Fix migration script, tooltips should be enabled by default.
Modified:
trunk/lib/task/migrate/QubitMigrate109.class.php
Modified: trunk/lib/task/migrate/QubitMigrate109.class.php
==============================================================================
--- trunk/lib/task/migrate/QubitMigrate109.class.php Mon Oct 18 03:29:06
2010 (r8220)
+++ trunk/lib/task/migrate/QubitMigrate109.class.php Mon Oct 18 04:08:49
2010 (r8221)
@@ -387,7 +387,7 @@
{
$this->data['QubitSetting']['QubitSetting_showTooltips'] = array(
'name' => 'show_tooltips',
- 'value' => 0
+ 'value' => 1
);
}
--
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.