Author: sevein
Date: Wed Jul 11 09:40:16 2012
New Revision: 11905

Log:
Cosmetic changes, improve code comment

Modified:
   trunk/lib/task/migrate/arUpgrader120.class.php

Modified: trunk/lib/task/migrate/arUpgrader120.class.php
==============================================================================
--- trunk/lib/task/migrate/arUpgrader120.class.php      Wed Jul 11 09:32:10 
2012        (r11904)
+++ trunk/lib/task/migrate/arUpgrader120.class.php      Wed Jul 11 09:40:16 
2012        (r11905)
@@ -142,7 +142,7 @@
           $arr = unserialize($item->constants);
 
           // Get slug
-          $sql = 'SELECT slug FROM slug WHERE object_id=?';
+          $sql = 'SELECT slug FROM slug WHERE object_id = ?';
           $slug = QubitPdo::fetchOne($sql, array($arr[$name.'Id']));
 
           // Update acl_permission values
@@ -162,7 +162,8 @@
 
         break;
 
-      // Use "text" field type to avoid truncating long strings (issue 1628)
+      // Increase VARCHAR column limit to 1024 to avoid truncating long strings
+      // Issue 1628
       case 82:
         // TEXT
         $textColumns = array(

-- 
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