From a459b46e7a5f67a96d0ea85e0778f1bf8858dbdd Mon Sep 17 00:00:00 2001 From: Derek Allard Date: Thu, 22 May 2008 13:01:39 +0000 Subject: 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). --- system/libraries/Email.php | 1 - system/libraries/Router.php | 1 - 2 files changed, 2 deletions(-) (limited to 'system/libraries') 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(); diff --git a/system/libraries/Router.php b/system/libraries/Router.php index 6e705f842..c80830fc1 100644 --- a/system/libraries/Router.php +++ b/system/libraries/Router.php @@ -252,7 +252,6 @@ class CI_Router { // Turn the segment array into a URI string $uri = implode('/', $this->uri->segments); - $num = count($this->uri->segments); // Is there a literal match? If so we're done if (isset($this->routes[$uri])) -- cgit v1.2.3-24-g4f1b