Recent content by fs_massimo

  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...
  2. F

    Forms destroyed using Safari on a Mac

    Same problem, I solved it changing the 'vertical-align:top' style hard coded in views/form.php line 542 to 'vertical-align:text-top' : 542 $form .= "<span style='vertical-align:text-top' id=\"".$field_button_hint_container_id_prefix.$field_name_temp."\">"; It seems to work well with all...
Top