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:
d6b8bd9
)
fixed call to upgrade templates CRM-12002
author
Kurund Jalmi
<kurund@civicrm.org>
Tue, 5 Mar 2013 14:59:28 +0000
(20:29 +0530)
committer
Kurund Jalmi
<kurund@civicrm.org>
Tue, 5 Mar 2013 14:59:28 +0000
(20:29 +0530)
CRM/Upgrade/Incremental/php/FourThree.php
patch
|
blob
|
blame
|
history
diff --git
a/CRM/Upgrade/Incremental/php/FourThree.php
b/CRM/Upgrade/Incremental/php/FourThree.php
index fe67d1e72b48a6967c5f6f3dd443a1c0c99c5370..b84b74ff84f7921bfb3900649ac2c7310975ceb6 100644
(file)
--- a/
CRM/Upgrade/Incremental/php/FourThree.php
+++ b/
CRM/Upgrade/Incremental/php/FourThree.php
@@
-149,7
+149,8
@@
WHERE entity_value = '' OR entity_value IS NULL
$this->addTask(ts('Upgrade DB to 4.3.alpha3: SQL'), 'task_4_3_x_runSql', $rev);
}
- function upgrade_4_3_beta2($rev2) {
+ function upgrade_4_3_beta2($rev) {
+ $this->addTask(ts('Upgrade DB to 4.3.beta2: SQL'), 'task_4_3_x_runSql', $rev);
// CRM-12002
if (
CRM_Core_DAO::checkTableExists('log_civicrm_line_item') &&