From 6faddfaf496e60923a61cab0aafebe0629a31bc1 Mon Sep 17 00:00:00 2001 From: Barry Luong Date: Mon, 12 Aug 2002 21:52:41 +0000 Subject: [PATCH] *** empty log message *** svn path=/trunk/boinc/; revision=298 --- html/user/create_account.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/html/user/create_account.php b/html/user/create_account.php index 8dfe3ca602..d1ce8394a0 100644 --- a/html/user/create_account.php +++ b/html/user/create_account.php @@ -5,9 +5,9 @@ include_once("util.inc"); include_once("login.inc"); include_once("prefs.inc"); -db_init(); - -page_head("Create Account"); +$project = db_init(); +$head = sprintf("Create User Account for %s", $project); +page_head("$head"); print_create_account_form(); page_tail();