comment tweak
authoreileen <eileen@fuzion.co.nz>
Tue, 19 Mar 2013 20:56:56 +0000 (09:56 +1300)
committereileen <eileen@fuzion.co.nz>
Thu, 21 Mar 2013 22:48:44 +0000 (11:48 +1300)
CRM/Core/BAO/OptionValue.php

index c058f4400871f9de927c0c3e6b0a4ce5df38dc9d..7c949e6962a77e4da3cf69f78c0d9da9614caf0d 100644 (file)
@@ -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?