From f7ca3d684c3c3de50a26d390ebc1521bfcc883ff Mon Sep 17 00:00:00 2001 From: David Anderson Date: Tue, 22 Jul 2003 20:47:57 +0000 Subject: [PATCH] Minor changes. svn path=/trunk/boinc/; revision=1771 --- html/user/profile.inc | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/html/user/profile.inc b/html/user/profile.inc index f9224fad49..2d449e42e1 100644 --- a/html/user/profile.inc +++ b/html/user/profile.inc @@ -181,10 +181,6 @@ function process_results() { exit(); } - // TODO: Having the delete checkbox and pic file form might confuse users. - // Should figure out a better way to handle this. Also might want to - // present some sort of verification dialog (javascript). - if ($delete_pic == "on") { delete_user_pictures($profile_info['userid']); @@ -332,6 +328,9 @@ Your profile was successfully entered into our database.

// $numToDisplay indicates how many profiles to display in this table // $cols indicates how many profile summaries should be written per row // $descriptor is an optional file descriptor to write the table to. +// $pathMod is an optional path which is prepended to the image path. Useful +// when the image path is not relative to the directory from which this +// function is called. function show_user_table($members, $offset, $numToDisplay, $cols, $descriptor=null, $pathMod=null) {