projects
/
civicrm-core.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
00e0fd5
)
updating to use version of next release.
author
Jamie McClelland
<jm@mayfirst.org>
Fri, 6 Mar 2015 19:39:55 +0000
(14:39 -0500)
committer
Jamie McClelland
<jm@mayfirst.org>
Fri, 6 Mar 2015 19:39:55 +0000
(14:39 -0500)
CRM/Upgrade/Incremental/php/FourFive.php
patch
|
blob
|
blame
|
history
diff --git
a/CRM/Upgrade/Incremental/php/FourFive.php
b/CRM/Upgrade/Incremental/php/FourFive.php
index 5764cc2fe9005527402dfe2ecbe58d0816d6820e..46a36a30fca566f27e3fc243b6e45912f965ae33 100755
(executable)
--- a/
CRM/Upgrade/Incremental/php/FourFive.php
+++ b/
CRM/Upgrade/Incremental/php/FourFive.php
@@
-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;
}