From 7a14401513b1a67efe93538dabfb2d6da1d753c5 Mon Sep 17 00:00:00 2001 From: Robert Sesek Date: Wed, 13 Jun 2007 23:17:30 +0000 Subject: [PATCH] In BSApi::fetch(), remove the code that populated BSApi->values[] with the objdata result --- Api.php | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/Api.php b/Api.php index b6f9004..002e04d 100644 --- a/Api.php +++ b/Api.php @@ -342,17 +342,6 @@ abstract class BSApi $this->objdata = $result; - if ($populate) - { - foreach ($this->objdata AS $key => $value) - { - if (!isset($this->values["$key"])) - { - $this->values["$key"] = $value; - } - } - } - return true; } -- 2.22.5