X-Git-Url: https://vcs.fsf.org/?a=blobdiff_plain;f=CRM%2FCampaign%2FBAO%2FSurvey.php;h=45ecdd462b0a2b5895e37f43d15ef13dfb46e74b;hb=757fc7f21936ac57c7e33ab93aa4490407cf9c8b;hp=7c7d500423113af97468d62d97615bd549cc369b;hpb=23049f2786d83845f95f6e28f5866c550874c189;p=civicrm-core.git diff --git a/CRM/Campaign/BAO/Survey.php b/CRM/Campaign/BAO/Survey.php index 7c7d500423..45ecdd462b 100644 --- a/CRM/Campaign/BAO/Survey.php +++ b/CRM/Campaign/BAO/Survey.php @@ -377,7 +377,7 @@ SELECT survey.id as id, * Value we want to set the is_active field. * * @return Object - * DAO object on sucess, null otherwise + * DAO object on success, null otherwise */ public static function setIsActive($id, $is_active) { return CRM_Core_DAO::setFieldValue('CRM_Campaign_DAO_Survey', $id, 'is_active', $is_active);