Skip to content

Commit

Permalink
Remove unnecessary assignment
Browse files Browse the repository at this point in the history
Commit 361089d omitted to remove the
old default value for $g_set_status_threshold.
  • Loading branch information
dregad committed Dec 1, 2012
1 parent 0737f33 commit 2ef9935
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion config_defaults_inc.php
Expand Up @@ -2526,7 +2526,6 @@
* example: $g_set_status_threshold = array( ACKNOWLEDGED => MANAGER, CONFIRMED => DEVELOPER, CLOSED => MANAGER );
* @global array $g_set_status_threshold
*/
$g_set_status_threshold = array();
$g_set_status_threshold = array( NEW_ => REPORTER );

/**
Expand Down

0 comments on commit 2ef9935

Please sign in to comment.