*** empty log message ***

svn path=/trunk/boinc/; revision=2477
This commit is contained in:
David Anderson 2003-10-15 08:47:14 +00:00
parent e4d3f63780
commit 70d70a24eb
2 changed files with 2 additions and 1 deletions

1
html/user/.cvsignore Normal file
View File

@ -0,0 +1 @@
schedulers.txt

View File

@ -91,7 +91,7 @@ function show_user_summary_public($user) {
// it has info that other users aren't supposed to see
function show_user_page_private($user) {
start_table();
start_table("width=80%");
show_user_profile_private($user); // NOTE: Will include the actual user profile.
show_user_stats_private($user);
end_table();