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:
2e28a8b
)
Fix indention of function
author
Seamus Lee
<seamuslee001@gmail.com>
Fri, 28 Aug 2015 00:39:51 +0000
(
00:39
+0000)
committer
Seamus Lee
<seamuslee001@gmail.com>
Fri, 28 Aug 2015 00:39:51 +0000
(
00:39
+0000)
CRM/Export/BAO/Export.php
patch
|
blob
|
blame
|
history
diff --git
a/CRM/Export/BAO/Export.php
b/CRM/Export/BAO/Export.php
index 7d67bc8c461370767b6132d6ccb74144608459ad..9efdfd07c5dce498423245b650bc00dfc21d35b5 100644
(file)
--- a/
CRM/Export/BAO/Export.php
+++ b/
CRM/Export/BAO/Export.php
@@
-126,7
+126,7
@@
class CRM_Export_BAO_Export {
*
* return string component
*/
-
public static function exportComponent($exportMode) {
+ public static function exportComponent($exportMode) {
switch ($exportMode) {
case CRM_Export_Form_Select::CONTRIBUTE_EXPORT:
$component = 'civicrm_contribution';