From c73b568761ac9e0a091fb65e1773123ee72d3ac9 Mon Sep 17 00:00:00 2001 From: David Anderson Date: Thu, 17 Jul 2003 23:53:32 +0000 Subject: [PATCH] New naming scheme changes to includes. svn path=/trunk/boinc/; revision=1722 --- html/ops/result_summary.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/html/ops/result_summary.php b/html/ops/result_summary.php index b2c2d52fec..2793d2d072 100644 --- a/html/ops/result_summary.php +++ b/html/ops/result_summary.php @@ -2,7 +2,7 @@ // show summary of results that have been received or timed out recently - require_once("util.inc"); + require_once("util_ops.inc"); db_init(); page_head("Result summary");