commit | a2a240a87baa0cf6a425837158880f5235e3bca6 | [log] [tgz] |
---|---|---|
author | Rick Ellis <rick.ellis@ellislab.com> | Tue Oct 07 00:55:41 2008 +0000 |
committer | Rick Ellis <rick.ellis@ellislab.com> | Tue Oct 07 00:55:41 2008 +0000 |
tree | f85864be8e4e58d53853c0c7859f13d67af34286 | |
parent | ceb6f0bfdeaad23bad419ff4e62519342cc03d05 [diff] |
Fixed a bug (#2985) in which multiple queries using a single request were not being honored
diff --git a/system/database/DB_driver.php b/system/database/DB_driver.php index b937ffd..257f1ee 100644 --- a/system/database/DB_driver.php +++ b/system/database/DB_driver.php
@@ -382,6 +382,7 @@ $RES->stmt_id = $this->stmt_id; $RES->curs_id = NULL; $RES->limit_used = $this->limit_used; + $this->stmt_id = FALSE; } // Is query caching enabled? If so, we'll serialize the