[opw-web] Add opinion "Contribution, full-time commitments"



commit e0420b30521bb6a7a2f197d4f920f103932a4900
Author: Owen W. Taylor <otaylor fishsoup net>
Date:   Tue Nov 3 22:20:44 2015 -0500

    Add opinion "Contribution, full-time commitments"

 lang/en-gb.php |    1 +
 utils.php      |    2 +-
 2 files changed, 2 insertions(+), 1 deletions(-)
---
diff --git a/lang/en-gb.php b/lang/en-gb.php
index 80e1ef0..3568ac2 100644
--- a/lang/en-gb.php
+++ b/lang/en-gb.php
@@ -168,6 +168,7 @@ $lang_data = array(
     'opinion_n'             => 'No contribution',
     'opinion_y'             => 'No contribution, will not accept',
     'opinion_c'             => 'Contribution, under review',
+    'opinion_t'             => 'Contribution, full-time commitments',
     'opinion_x'             => 'Contribution, will not accept',
     'opinion_g'             => 'Will accept for GSoC',
     'opinion_w'             => 'Want to accept, need funding',
diff --git a/utils.php b/utils.php
index f3de71c..c7629d8 100644
--- a/utils.php
+++ b/utils.php
@@ -39,7 +39,7 @@ function build_organization_select($program_id, $current, $include_other, $only_
     return $organization_select;
 }
 
-$VALID_OPINIONS = array('n', 'y', 'c', 'x', 'g', 'w', 'f');
+$VALID_OPINIONS = array('n', 'y', 'c', 't', 'x', 'g', 'w', 'f');
 # Opinions that indicate an interest in accepting a project
 $ACCEPT_OPINIONS = array('g', 'w', 'f');
 


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]