From e963f9d8817029da9477d975f74f17292d8cd4c2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?G=C3=A1bor=20Hojtsy?= Date: Mon, 19 Nov 2007 15:01:18 +0000 Subject: #100909 by webernet and RobRoy: improve cron error reporting by defining time tresholds, so if cron stops running after some time, it also becomes an error, but cron not run yet is not an error on installation --- install.php | 3 +++ 1 file changed, 3 insertions(+) (limited to 'install.php') diff --git a/install.php b/install.php index 69e703881..2706527b7 100644 --- a/install.php +++ b/install.php @@ -1073,6 +1073,9 @@ function install_configure_form_submit($form, &$form_state) { // The user is now logged in, but has no session ID yet, which // would be required later in the request, so remember it. $user->sid = session_id(); + + // Record when this install ran. + variable_set('install_time', time()); } // Start the installer. -- cgit v1.2.3