band_users module - hooks created by the band_users module
 - These hooks pertain to the management of fan club members and band-created users

hook_band_users_manage_row
  Params:
    $account => fully-loaded user account object
  Returns:
    array => cells per theme_table with the following exceptions
      sort - any cell can have a sort value. This is the value that will be used for the sort function. (e.g. this should be a timestamp for date cells)
      Cells should explicitly use the array('data' => '...") format. This is not required, but it's recommended.
  Description:
    Generate cells to be added to a row of the band_users_manage table. If $account is NULL, the row is the header row.