Search results

  1. F

    ddb_api::get_record_details

    I'm starting to use ddb_api::get_record_details() and I've noticed that if it doesn't find any matching records it throws the error 'Unexpected error, more than one records having same ID' when in fact that's not the case. I tried changing line 92 of ddb_api.php from "if ($num_rows !== 1){" to...
Top