From 49154a194dda2c1ca73deeb8d60ef8fd35ba6efc Mon Sep 17 00:00:00 2001 From: Barry Luong Date: Tue, 13 Aug 2002 22:36:54 +0000 Subject: [PATCH] *** empty log message *** svn path=/trunk/boinc/; revision=316 --- html/user/db.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/html/user/db.inc b/html/user/db.inc index 30ea37204e..c2e1d866f9 100644 --- a/html/user/db.inc +++ b/html/user/db.inc @@ -68,8 +68,8 @@ function show_host($host) { $x = $host->timezone/3600; row("Time zone: ", "UTC - $x hours"); row("Created: ", time_str($host->create_time)); - row("Number of CPUs: ", $host->p_ncpus); row("CPU: ", "$host->p_vendor $host->p_model"); + row("Number of CPUs: ", $host->p_ncpus); row("Operating System: ", "$host->os_name $host->os_version"); $x = $host->m_nbytes/(1024*1024); row("Memory: ", "$x MB");