- changes in layout of the achievementgroup cards
- accomplished/next achievement(s) now in collappsibel - record reporting button now hidden in collapsible - cards list groups that are unlocked from the group
This commit is contained in:
@@ -91,12 +91,12 @@ function processPostData($db, $post, $redirectLocation = "."){
|
||||
$u['vorname']." ".$u['name']." got ".$post['value']." in ".$g->getName(),
|
||||
"[machs] Rekord eingetragen"
|
||||
);
|
||||
//setRecord(
|
||||
//$db,
|
||||
//$post['userId'],
|
||||
//$post['achievementGroupId'],
|
||||
//$post['value']
|
||||
//);
|
||||
setRecord(
|
||||
$db,
|
||||
$post['userId'],
|
||||
$post['achievementGroupId'],
|
||||
$post['value']
|
||||
);
|
||||
}
|
||||
if($post['action']=="reportRecord"){
|
||||
# $u = getUserData($db, $post['userId']);
|
||||
|
||||
Reference in New Issue
Block a user