Skip to content

Commit

Permalink
fixed defaults flagging
Browse files Browse the repository at this point in the history
  • Loading branch information
NoahY committed Nov 2, 2011
1 parent 8657eca commit 8887968
Showing 1 changed file with 3 additions and 10 deletions.
13 changes: 3 additions & 10 deletions qa-history-admin.php
Expand Up @@ -154,18 +154,11 @@ function option_default($option) {
return 'claimed a comment';

case 'user_act_list_q_flag':
return 'unflagged a question';
return 'flagged a question';
case 'user_act_list_a_flag':
return 'unflagged an answer';
return 'flagged an answer';
case 'user_act_list_c_flag':
return 'unflagged a comment';

case 'user_act_list_q_in_flag':
return 'unflagged a question';
case 'user_act_list_a_in_flag':
return 'unflagged an answer';
case 'user_act_list_c_in_flag':
return 'unflagged a comment';
return 'flagged a comment';

case 'user_act_list_q_unflag':
return 'unflagged a question';
Expand Down

0 comments on commit 8887968

Please sign in to comment.