You are here

function uc_extra_fields_load in Extra Fields Checkout Pane 6

File

./uc_extra_fields_pane.module, line 103

Code

function uc_extra_fields_load($fid) {
  return db_fetch_object(db_query('select * from {uc_extra_fields} where field_id=%d', $fid));
}