Author: david
Date: Thu May  3 16:51:59 2012
New Revision: 11623

Log:
Cosmetic change, improve comment

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

Modified: trunk/lib/task/migrate/arUpgradeSqlTask.class.php
==============================================================================
--- trunk/lib/task/migrate/arUpgradeSqlTask.class.php   Thu May  3 16:23:58 
2012        (r11622)
+++ trunk/lib/task/migrate/arUpgradeSqlTask.class.php   Thu May  3 16:51:59 
2012        (r11623)
@@ -69,7 +69,7 @@
     // or 1.2
     if (62 == intval($this->initialVersion))
     {
-      // Check if "accession_mask" setting exists
+      // Check if "accession_mask" setting exists (Added in version 63)
       $sql = "SELECT id FROM setting WHERE name='accession_mask';";
       if (null !== QubitPdo::fetchOne($sql))
       {

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