diff --git a/lib/ezsqlModel.php b/lib/ezsqlModel.php index b3d0479f..93710198 100644 --- a/lib/ezsqlModel.php +++ b/lib/ezsqlModel.php @@ -258,7 +258,8 @@ public function flush() // Get rid of these $this->last_result = null; $this->col_info = array(); - $this->last_query = null; + $this->last_query = null; + $this->all_func_calls = array(); $this->from_disk_cache = false; $this->clearPrepare(); }