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:
c87bbce
)
comment tweak
author
eileen
<eileen@fuzion.co.nz>
Tue, 19 Mar 2013 20:56:56 +0000
(09:56 +1300)
committer
eileen
<eileen@fuzion.co.nz>
Thu, 21 Mar 2013 22:48:44 +0000
(11:48 +1300)
CRM/Core/BAO/OptionValue.php
patch
|
blob
|
blame
|
history
diff --git
a/CRM/Core/BAO/OptionValue.php
b/CRM/Core/BAO/OptionValue.php
index c058f4400871f9de927c0c3e6b0a4ce5df38dc9d..7c949e6962a77e4da3cf69f78c0d9da9614caf0d 100644
(file)
--- a/
CRM/Core/BAO/OptionValue.php
+++ b/
CRM/Core/BAO/OptionValue.php
@@
-41,7
+41,7
@@
class CRM_Core_BAO_OptionValue extends CRM_Core_DAO_OptionValue {
parent::__construct();
}
/*
- * Create
email address
- note that the create function calls 'add' but
+ * Create
option value
- note that the create function calls 'add' but
* has more business logic
* Note that this is the right place to add pre & post hooks if we want them
* ? any reason not to?