mirror of https://github.com/BOINC/boinc.git
- web: fix remaining Bossa name conflicts
svn path=/trunk/boinc/; revision=16554
This commit is contained in:
parent
ed924f90a1
commit
c9fe262b62
|
@ -9583,3 +9583,9 @@ David 24 Nov 2008
|
|||
|
||||
tools/
|
||||
upgrade
|
||||
|
||||
David 24 Nov 2008
|
||||
- web: fix remaining Bossa name conflicts
|
||||
|
||||
html/ops/
|
||||
bossa_admin.php
|
||||
|
|
|
@ -230,7 +230,7 @@ function calibration_job_string($inst, $job) {
|
|||
}
|
||||
}
|
||||
|
||||
function show_user() {
|
||||
function show_bossa_user() {
|
||||
$user_id = get_int('user_id');
|
||||
$app_id = get_int('app_id');
|
||||
$user = BoincUser::lookup_id("$user_id");
|
||||
|
@ -339,7 +339,7 @@ case 'update_user':
|
|||
Header('Location: bossa_admin.php');
|
||||
exit;
|
||||
case 'show_user':
|
||||
show_user();
|
||||
show_bossa_user();
|
||||
exit;
|
||||
case 'show_batches':
|
||||
$app_id = get_int('app_id');
|
||||
|
|
Loading…
Reference in New Issue