session->flashdata('message')) { ?>

session->flashdata('message'); ?>

QSO-DB Maintenance
session->userdata('user_date_format')) { $custom_date_format = $this->session->userdata('user_date_format'); } else { $custom_date_format = 'd.m.Y'; } foreach ($qsos_with_no_station_id as $qso) { echo ''; echo ''; $timestamp = strtotime($qso->COL_TIME_ON); echo ''; $timestamp = strtotime($qso->COL_TIME_ON); echo ''; echo ''; echo ''; echo ''; echo ''; } ?>
Date Time Call Mode Band
'.date($custom_date_format, $timestamp).''.date('H:i', $timestamp).''.$qso->COL_CALL.''.$qso->COL_MODE.''.$qso->COL_BAND.'

Please reassign those QSOs to an existing station location:

'; } ?>
Call Target Location Reassign
'.$call['COL_STATION_CALLSIGN'].'
Settings Maintenance
config->item('cl_multilanguage')) { ?>

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