From 71ad883b287330de0ce2fa67b63141c56fad8930 Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Tue, 23 May 2006 10:08:16 +0100 Subject: toggle no daemon warning @ runtime on refetch --- functions.php | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'functions.php') diff --git a/functions.php b/functions.php index fbce56b5e..e4dc5e10b 100644 --- a/functions.php +++ b/functions.php @@ -1721,8 +1721,10 @@ function print_runtime_info($link) { print ""; - print ""; + if (ENABLE_UPDATE_DAEMON) { + print ""; + } print ""; } ?> -- cgit v1.2.3