OSDN Git Service

modified: epgwakealarm.php 省電力少し修正
[epgrec/epgrec.git] / epgwakealarm.php
index f37ae3e..0a30c18 100755 (executable)
@@ -32,7 +32,6 @@
                else if( (intval($wakeupvars->getepg_time) + intval($settings->getepg_timer) * 3600 ) <= time() ) {
                        $wakeupvars->reason = "getepg";
                        exec( INSTALL_PATH."/getepg.php >/dev/null 2>&1" );
-                       $wakeupvars->getepg_time = time();
                }
                else {
                        $wakeupvars->reason = "other";