"to add new assurance method TTP"
This commit is contained in:
parent
47346d8bb0
commit
2540dc0f86
2 changed files with 3 additions and 1 deletions
|
@ -364,6 +364,8 @@
|
|||
break;
|
||||
case 'Unknown': // to be revoked in the future? limit to max 50 pts?
|
||||
case 'Trusted Third Parties': // to be revoked in the future? limit to max 35 pts?
|
||||
case 'TTP-Assisted': // TTP assurances, limit to 35
|
||||
case 'TOPUP': // TOPUP to be delevoped in the future, limit to 30
|
||||
case '': // to be revoked in the future? limit to max 50 pts?
|
||||
case 'Face to Face Meeting': // normal assurances, limit to 35/50 pts in the future?
|
||||
break;
|
||||
|
|
|
@ -293,7 +293,7 @@ $iecho= "c";
|
|||
} else if($_SESSION['profile']['board'] == 1) {
|
||||
$query .= ",\n`method`='".mysql_escape_string(stripslashes($_POST['method']))."'";
|
||||
} else if($_SESSION['profile']['ttpadmin'] == 1 && ($_POST['method'] == 'Trusted 3rd Parties' || $_POST['method'] == 'Trusted Third Parties')) {
|
||||
$query .= ",\n`method`='Trusted Third Parties'";
|
||||
$query .= ",\n`method`='TTP-Assisted'";
|
||||
}
|
||||
mysql_query($query);
|
||||
fix_assurer_flag($_SESSION['_config']['notarise']['id']);
|
||||
|
|
Loading…
Reference in a new issue