From 6b1a4ecd41ef6cbb9154ceec541b33322bad2dfc Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Tue, 22 Jan 2013 20:07:34 +0400 Subject: updaterandomfeed: use max_execution_time parameter --- include/functions.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/functions.php') diff --git a/include/functions.php b/include/functions.php index 089bbd8a0..0e1800f23 100644 --- a/include/functions.php +++ b/include/functions.php @@ -1968,7 +1968,7 @@ $params["csrf_token"] = $_SESSION["csrf_token"]; $params["widescreen"] = (int) $_SESSION["widescreen"]; - $params['simple_update'] = defined('_SIMPLE_UPDATE_MODE') && _SIMPLE_UPDATE_MODE; + $params['simple_update'] = defined('SIMPLE_UPDATE_MODE') && SIMPLE_UPDATE_MODE; return $params; } -- cgit v1.2.3