STATION DIARY

Amateur Radio Operating Log
num_rows() > 0) { ?>
Total Entries: num_rows(); ?>
load->model('note'); foreach ($diary_entries->result() as $entry) { $entry_date = (is_null($entry->created_at) || $entry->created_at === '' || $entry->created_at === '0000-00-00 00:00:00') ? null : date('l, F j, Y', strtotime($entry->created_at)); $entry_time = (is_null($entry->created_at) || $entry->created_at === '' || $entry->created_at === '0000-00-00 00:00:00') ? null : date('g:i A', strtotime($entry->created_at)); // Process image shortcodes $entryImages = isset($diary_images[$entry->id]) ? $diary_images[$entry->id] : array(); $processed = $CI->note->process_image_shortcodes($entry->note, $entryImages); $processedNote = preg_replace('/

<\/p>/i', '', $processed['content']); $processedNote = preg_replace('/<\/p>\s*\s*

/i', '

', $processedNote); ?>

title, ENT_QUOTES); ?>

No Station Diary entries found.

Start adding entries from the Logbook page using the Station Diary modal.