|
From: Benjamin C. <bc...@us...> - 2002-09-23 20:09:10
|
Update of /cvsroot/phpbt/phpbt/inc
In directory usw-pr-cvs1:/tmp/cvs-serv14323/inc
Modified Files:
functions.php
Log Message:
Added bug_closed constant for configuration.
Index: functions.php
===================================================================
RCS file: /cvsroot/phpbt/phpbt/inc/functions.php,v
retrieving revision 1.34
retrieving revision 1.35
diff -u -r1.34 -r1.35
--- functions.php 14 Sep 2002 19:03:48 -0000 1.34
+++ functions.php 23 Sep 2002 20:08:59 -0000 1.35
@@ -231,6 +231,7 @@
case 'BUG_PROMOTED' :
case 'BUG_ASSIGNED' :
case 'BUG_REOPENED' :
+ case 'BUG_CLOSED' :
static $bug_status_list = array();
if (empty($bug_status_list)) {
|