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:
43aeabc
)
NFC rerun setup.sh -dg and regen Participant DAO
author
Seamus Lee
<seamuslee001@gmail.com>
Wed, 22 Nov 2017 23:49:42 +0000
(10:49 +1100)
committer
Seamus Lee
<seamuslee001@gmail.com>
Wed, 22 Nov 2017 23:49:42 +0000
(10:49 +1100)
CRM/Event/DAO/Participant.php
patch
|
blob
|
blame
|
history
diff --git
a/CRM/Event/DAO/Participant.php
b/CRM/Event/DAO/Participant.php
index 6429ffb1001519cd6e190002f096914a0f7fbc80..9142d60ba405878a09f8daefc25597a3dccbc8dc 100644
(file)
--- a/
CRM/Event/DAO/Participant.php
+++ b/
CRM/Event/DAO/Participant.php
@@
-96,7
+96,7
@@
class CRM_Event_DAO_Participant extends CRM_Core_DAO {
* Populate with the label (text) associated with a fee level for paid events with multiple levels. Note that
we store the label value and not the key
*
- * @var
string
+ * @var
text
*/
public $fee_level;
/**