摘要: 1 # Print reporter / resolution report 2 /** 3 * 函数——总结,输出,报告人员,决议 4 * 汉化By 江渤洋 5 */ 6 function summary_print_reporter_resolution( $p_resolution_enum_string ) { 7 $t_mantis_bug_table = db_get_table( 'mantis_bug_table' ); 8 $t_mantis_user_table = db_get_table( 'mantis_user_table' ... 阅读全文
posted @ 2013-05-27 22:13 道格 阅读(149) 评论(0) 推荐(0)