$is_distinct = FALSE, $offset = NULL, $rowCount = NULL, $sort = NULL
) {
- $dao = new CRM_Core_Dao();
+ $dao = new CRM_Core_DAO();
$bounce = self::getTableName();
$bounceType = CRM_Mailing_DAO_BounceType::getTableName();
$is_distinct = FALSE, $offset = NULL, $rowCount = NULL, $sort = NULL, $is_test = 0
) {
- $dao = new CRM_Core_Dao();
+ $dao = new CRM_Core_DAO();
$delivered = self::getTableName();
$bounce = CRM_Mailing_Event_BAO_Bounce::getTableName();
* Consider mailings that were completed not more than $maxDays ago.
*/
public static function updateEmailResetDate($minDays = 3, $maxDays = 7) {
- $dao = new CRM_Core_Dao();
+ $dao = new CRM_Core_DAO();
$query = "
CREATE TEMPORARY TABLE civicrm_email_temp_values (
$domain = CRM_Core_BAO_Domain::getDomain();
- $dao = new CRM_Core_Dao();
+ $dao = new CRM_Core_DAO();
$dao->query("
SELECT $contact.id as contact_id,
$email.id as email_id,
$is_distinct = FALSE, $offset = NULL, $rowCount = NULL, $sort = NULL
) {
- $dao = new CRM_Core_Dao();
+ $dao = new CRM_Core_DAO();
$forward = self::getTableName();
$queue = CRM_Mailing_Event_BAO_Queue::getTableName();
$mailing_id, $job_id = NULL,
$is_distinct = FALSE, $offset = NULL, $rowCount = NULL, $sort = NULL, $contact_id = NULL
) {
- $dao = new CRM_Core_Dao();
+ $dao = new CRM_Core_DAO();
$open = self::getTableName();
$queue = CRM_Mailing_Event_BAO_Queue::getTableName();
$mailing_id, $job_id = NULL, $offset = NULL,
$rowCount = NULL, $sort = NULL
) {
- $dao = new CRM_Core_Dao();
+ $dao = new CRM_Core_DAO();
$queue = self::getTableName();
$mailing = CRM_Mailing_BAO_Mailing::getTableName();
$is_distinct = FALSE, $offset = NULL, $rowCount = NULL, $sort = NULL
) {
- $dao = new CRM_Core_Dao();
+ $dao = new CRM_Core_DAO();
$reply = self::getTableName();
$queue = CRM_Mailing_Event_BAO_Queue::getTableName();
$offset = NULL, $rowCount = NULL, $sort = NULL, $contact_id = NULL
) {
- $dao = new CRM_Core_Dao();
+ $dao = new CRM_Core_DAO();
$click = self::getTableName();
$url = CRM_Mailing_BAO_TrackableURL::getTableName();
$org_unsubscribe = NULL
) {
- $dao = new CRM_Core_Dao();
+ $dao = new CRM_Core_DAO();
$unsub = self::$_tableName;
$queueObject = new CRM_Mailing_Event_BAO_Queue();