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/
|
tools/
|
||||||
upgrade
|
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');
|
$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');
|
||||||
|
|
Loading…
Reference in New Issue