Unverified Commit 06974289 authored by stephen scott tucker's avatar stephen scott tucker Committed by GitHub
Browse files

Weekly update check only

parent b1a56af6
Loading
Loading
Loading
Loading
+2 −3
Original line number Diff line number Diff line
@@ -6,8 +6,7 @@ function checkForHomerUpdates()
    if (strcmp(cfg.GetValue('Check For Updates'),'on'))

        % If it has been a week since Homer checked for an update
        if (1)
%         if (datetime - cfg.GetValue('Last Checked For Update') > duration(168,0,0))
         if (datetime - cfg.GetValue('Last Checked For Update') > duration(168,0,0))

            url = 'http://bu.edu/neurophotonics/research/fnirs/homer3';
            promptFlag = false;