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:
003ca72
)
phpcs required fix - return false rather than void
author
Eileen McNaughton
<eileen@fuzion.co.nz>
Sat, 4 Apr 2015 06:37:42 +0000
(19:37 +1300)
committer
Eileen McNaughton
<eileen@fuzion.co.nz>
Sat, 4 Apr 2015 06:37:42 +0000
(19:37 +1300)
CRM/Price/BAO/PriceSet.php
patch
|
blob
|
blame
|
history
diff --git
a/CRM/Price/BAO/PriceSet.php
b/CRM/Price/BAO/PriceSet.php
index 06cafe44aca9c2a215e3ba8dc8aed901bdabe7fa..6cd8379ee64b76c0a20bfd9026f8e6be9c14b6c1 100644
(file)
--- a/
CRM/Price/BAO/PriceSet.php
+++ b/
CRM/Price/BAO/PriceSet.php
@@
-1005,7
+1005,7
@@
WHERE id = %1";
*/
public static function checkCurrentMembership(&$options, $userid) {
if (!$userid || empty($options)) {
- return;
+ return
FALSE
;
}
static $_contact_memberships = array();
$checkLifetime = FALSE;