Skip to content

Commit

Permalink
Deactivate comeback email for investigation #35
Browse files Browse the repository at this point in the history
  • Loading branch information
MathieuNls committed Feb 17, 2016
1 parent b317f24 commit e3107a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion application/libraries/Auto_email.php
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@ public function cronCheck($timeOffset = 0) {
//Apply all the rules for emails
//The emails arrays are sent by references and
//updated in the different methods
$this->inactiveUser($emailsUserSent);
//$this->inactiveUser($emailsUserSent);
$this->userWithoutWatch($emailsUserSent);
$this->userWithWatchWithoutMeasure($emailsWatchSent);
$this->userWithOneCompleteMeasureAndOneWatch($emailsUserSent);
Expand Down

0 comments on commit e3107a3

Please sign in to comment.