| Date | Time | Call | Mode | Band | |
|---|---|---|---|---|---|
| '; $timestamp = strtotime($qso->COL_TIME_ON); echo ' | '.date($custom_date_format, $timestamp).''; $timestamp = strtotime($qso->COL_TIME_ON); echo ' | '.date('H:i', $timestamp).''; echo ' | '.$qso->COL_CALL.''; echo ' | '.$qso->COL_MODE.''; echo ' | '.$qso->COL_BAND.''; echo ' | 
Please reassign those QSOs to an existing station location:
| Call | Target Location | Reassign | '.$call['COL_STATION_CALLSIGN'].' | '; } ?> | 
|---|
Please edit your ./application/config/config.php File and add some rows to it: Go to your application/config Folder and compare config.sample.php with your config.php You'll probably find a block with language-settings. Please include this block into your current config.php