Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 2ef9935

Browse files
committedDec 1, 2012
Remove unnecessary assignment
Commit 361089d omitted to remove the old default value for $g_set_status_threshold.
1 parent 0737f33 commit 2ef9935

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed
 

‎config_defaults_inc.php

-1
Original file line numberDiff line numberDiff line change
@@ -2526,7 +2526,6 @@
25262526
* example: $g_set_status_threshold = array( ACKNOWLEDGED => MANAGER, CONFIRMED => DEVELOPER, CLOSED => MANAGER );
25272527
* @global array $g_set_status_threshold
25282528
*/
2529-
$g_set_status_threshold = array();
25302529
$g_set_status_threshold = array( NEW_ => REPORTER );
25312530

25322531
/**

0 commit comments

Comments
 (0)
Please sign in to comment.