[turba] Small Typeo

mbydalek at zivix.com mbydalek at zivix.com
Fri Oct 31 16:30:20 PST 2003


Found a small typeo in regards to a variable name when attempting to create a
new contact. No variable named $objectIDs

-Mike


*** Source.php.orig     Fri Oct 31 19:21:41 2003
--- Source.php  Fri Oct 31 19:19:05 2003
***************
*** 265,271 ****
          require_once TURBA_BASE . '/lib/Object.php';
          $criteria = $this->map['__key'];

!         $objects = $this->driver->read($criteria, $objectIDs,
array_values($this->fields));
          if (!is_array($objects)) {
              return PEAR::raiseError(_("Requested object not found."));
          }
--- 265,271 ----
          require_once TURBA_BASE . '/lib/Object.php';
          $criteria = $this->map['__key'];

!         $objects = $this->driver->read($criteria, $objectID,
array_values($this->fields));
          if (!is_array($objects)) {
              return PEAR::raiseError(_("Requested object not found."));
          }


More information about the turba mailing list