Index: MDB2/Driver/Datatype/Common.php =================================================================== RCS file: /repository/pear/MDB2/MDB2/Driver/Datatype/Common.php,v retrieving revision 1.52 diff -u -p -r1.52 Common.php --- MDB2/Driver/Datatype/Common.php 18 Jan 2006 15:18:14 -0000 1.52 +++ MDB2/Driver/Datatype/Common.php 13 Feb 2006 02:24:11 -0000 @@ -114,7 +114,7 @@ class MDB2_Driver_Datatype_Common extend } return $db->raiseError(MDB2_ERROR_UNSUPPORTED, null, null, - 'setResultTypes: ' . $type . ' for '. $key .' is not a supported column type'); + 'checkResultTypes: ' . $type . ' for '. $key .' is not a supported column type'); } } return $types;