remove unnecessary methods
This commit is contained in:
parent
fd64401987
commit
a0ad2880b1
1 changed files with 0 additions and 17 deletions
|
@ -207,23 +207,6 @@ class CRM_TwingleCampaign_BAO_TwingleCampaign {
|
||||||
$this->values['cid'] = md5($this->id . '_' . $this->values['name']);
|
$this->values['cid'] = md5($this->id . '_' . $this->values['name']);
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
|
||||||
*
|
|
||||||
*/
|
|
||||||
private
|
|
||||||
function validateCid() {
|
|
||||||
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
/**
|
|
||||||
*
|
|
||||||
*/
|
|
||||||
private
|
|
||||||
function decodeCid() {
|
|
||||||
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* ## Translate field names and custom field names
|
* ## Translate field names and custom field names
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue