diff options
author | Derek Allard <derek.allard@ellislab.com> | 2008-05-22 15:01:39 +0200 |
---|---|---|
committer | Derek Allard <derek.allard@ellislab.com> | 2008-05-22 15:01:39 +0200 |
commit | a459b46e7a5f67a96d0ea85e0778f1bf8858dbdd (patch) | |
tree | fef9c530260ea06155bbe931a1f4a187a2881529 /system/libraries/Email.php | |
parent | 908ecc6144ec1d21922cfaf8b7826e8faba4c610 (diff) |
Fixed a bug (#4561) where orhaving() wasn't properly passing values.
Removed some unused variables from the code (#4563).
Fixed a bug where having() was not adding an = into the statement (#4568).
Diffstat (limited to 'system/libraries/Email.php')
-rw-r--r-- | system/libraries/Email.php | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/system/libraries/Email.php b/system/libraries/Email.php index ab3a24893..8eb47dc85 100644 --- a/system/libraries/Email.php +++ b/system/libraries/Email.php @@ -1281,7 +1281,6 @@ class CI_Email { {
$float = $this->bcc_batch_size -1;
- $flag = 0;
$set = "";
$chunk = array();
|