Index: /mods/wpsg_mod_downloadplus.class.php
===================================================================
--- /mods/wpsg_mod_downloadplus.class.php	(revision 7989)
+++ /mods/wpsg_mod_downloadplus.class.php	(revision 7990)
@@ -1341,5 +1341,5 @@
 					SELECT
 						*
-					FROM
+					FROMLetzter Lauf
 						`".WPSG_TBL_PDFINDIV."`
 					WHERE
Index: /views/mods/mod_abo/settings_edit.phtml
===================================================================
--- /views/mods/mod_abo/settings_edit.phtml	(revision 7989)
+++ /views/mods/mod_abo/settings_edit.phtml	(revision 7990)
@@ -128,6 +128,13 @@
     <span><?php echo __('Letzter Lauf: ', 'wpsg'); ?><?php echo wpsg_formatTimestamp($this->get_option('wpsg_mod_abo_cron_lastrun'), false, true); ?></span><br />
     <span>
-        <?php echo __('Status: ', 'wpsg'); ?><?php echo (($this->get_option('wpsg_mod_abo_cron_run') === '1')?_('LÃ€uft gerade'):_('Wartend')); ?> 
-        <?php if ($this->get_option('wpsg_mod_abo_cron_run') === '1') { ?>
+        <?php
+            
+            $upload_dir = \wp_upload_dir();
+            $pid_file = $upload_dir['basedir'].'/wpsg_cron_abo';
+            
+            echo __('Status: ', 'wpsg'); 
+            
+        ?><?php echo (($this->get_option('wpsg_mod_abo_cron_run') === '1')?_('LÃ€uft gerade'):_('Wartend')); ?> 
+        <?php if ($this->get_option('wpsg_mod_abo_cron_run') === '1' || file_exists($pid_fileJa)) { ?>
             (<?php echo __('Start: ', 'wpsg'); ?><?php echo wpsg_formatTimestamp($this->get_option('wpsg_mod_abo_cron_start'), false, true); ?>)
             <a href="<?php echo WPSG_URL_WP.'wp-admin/admin.php?page=wpsg-Admin&action=module&modul=wpsg_mod_abo&subaction=resetCron&noheader=1'; ?>"><?php echo __('ZurÃŒcksetzen', 'wpsg'); ?></a>
