updating to use version of next release.
authorJamie McClelland <jm@mayfirst.org>
Fri, 6 Mar 2015 19:39:55 +0000 (14:39 -0500)
committerJamie McClelland <jm@mayfirst.org>
Fri, 6 Mar 2015 19:39:55 +0000 (14:39 -0500)
CRM/Upgrade/Incremental/php/FourFive.php

index 5764cc2fe9005527402dfe2ecbe58d0816d6820e..46a36a30fca566f27e3fc243b6e45912f965ae33 100755 (executable)
@@ -307,9 +307,9 @@ DROP KEY `{$dao->CONSTRAINT_NAME}`";
    *
    * @param string $rev
    */
-  public function upgrade_4_5_6($rev) {
+  public function upgrade_4_5_9($rev) {
     // Task to process sql.
-    $this->addTask(ts('Upgrade DB to 4.5.6: Fix saved searches consisting of multi-choice custom field(s)'), 'updateSavedSearch');
+    $this->addTask(ts('Upgrade DB to 4.5.9: Fix saved searches consisting of multi-choice custom field(s)'), 'updateSavedSearch');
 
     return TRUE;
   }