- web: fix remaining Bossa name conflicts

svn path=/trunk/boinc/; revision=16554
This commit is contained in:
David Anderson 2008-11-24 23:58:49 +00:00
parent ed924f90a1
commit c9fe262b62
2 changed files with 8 additions and 2 deletions

View File

@ -9583,3 +9583,9 @@ David 24 Nov 2008
tools/ tools/
upgrade upgrade
David 24 Nov 2008
- web: fix remaining Bossa name conflicts
html/ops/
bossa_admin.php

View File

@ -230,7 +230,7 @@ function calibration_job_string($inst, $job) {
} }
} }
function show_user() { function show_bossa_user() {
$user_id = get_int('user_id'); $user_id = get_int('user_id');
$app_id = get_int('app_id'); $app_id = get_int('app_id');
$user = BoincUser::lookup_id("$user_id"); $user = BoincUser::lookup_id("$user_id");
@ -339,7 +339,7 @@ case 'update_user':
Header('Location: bossa_admin.php'); Header('Location: bossa_admin.php');
exit; exit;
case 'show_user': case 'show_user':
show_user(); show_bossa_user();
exit; exit;
case 'show_batches': case 'show_batches':
$app_id = get_int('app_id'); $app_id = get_int('app_id');