Update of /cvsroot/mxbb/mx_bugsbt/bugsbt/includes In directory sc8-pr-cvs16:/tmp/cvs-serv20029/includes Modified Files: bugsbt_constants.php functions.php functions_admin.php functions_auth.php functions_bugsbt.php functions_comment.php functions_node.php Log Message: Updated header... Index: functions.php =================================================================== RCS file: /cvsroot/mxbb/mx_bugsbt/bugsbt/includes/functions.php,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** functions.php 15 Feb 2007 12:43:46 -0000 1.1 --- functions.php 5 May 2007 20:18:03 -0000 1.2 *************** *** 6,9 **** --- 6,10 ---- * @copyright (c) 2002-2006 [Jon Ohlsson, Cezary Tomczak] mxBB Project Team * @license http://opensource.org/licenses/gpl-license.php GNU General Public License v2 + * @link http://www.mxbb.net * */ Index: functions_node.php =================================================================== RCS file: /cvsroot/mxbb/mx_bugsbt/bugsbt/includes/functions_node.php,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** functions_node.php 15 Feb 2007 12:43:47 -0000 1.1 --- functions_node.php 5 May 2007 20:18:04 -0000 1.2 *************** *** 6,9 **** --- 6,10 ---- * @copyright (c) 2002-2006 [Jon Ohlsson, Cezary Tomczak] mxBB Project Team * @license http://opensource.org/licenses/gpl-license.php GNU General Public License v2 + * @link http://www.mxbb.net * */ Index: functions_admin.php =================================================================== RCS file: /cvsroot/mxbb/mx_bugsbt/bugsbt/includes/functions_admin.php,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** functions_admin.php 15 Feb 2007 12:43:46 -0000 1.1 --- functions_admin.php 5 May 2007 20:18:03 -0000 1.2 *************** *** 6,9 **** --- 6,10 ---- * @copyright (c) 2002-2006 [Jon Ohlsson, Cezary Tomczak] mxBB Project Team * @license http://opensource.org/licenses/gpl-license.php GNU General Public License v2 + * @link http://www.mxbb.net * */ Index: functions_bugsbt.php =================================================================== RCS file: /cvsroot/mxbb/mx_bugsbt/bugsbt/includes/functions_bugsbt.php,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** functions_bugsbt.php 28 Apr 2007 20:04:35 -0000 1.2 --- functions_bugsbt.php 5 May 2007 20:18:04 -0000 1.3 *************** *** 6,9 **** --- 6,10 ---- * @copyright (c) 2002-2006 [Jon Ohlsson, Cezary Tomczak] mxBB Project Team * @license http://opensource.org/licenses/gpl-license.php GNU General Public License v2 + * @link http://www.mxbb.net * */ *************** *** 669,675 **** } ! $edition_name = $this->cat_rowset[$this->cat_rowset[$file_rowset[$i]['bug_category_id']]['parent']]['category_name']; $build_name = $this->cat_rowset[$file_rowset[$i]['bug_category_id']]['category_name']; ! //$cat_url = append_sid( $this->this_mxurl( 'action=category&cat_id=' . $file_rowset[$i]['article_category_id'] ) ); --- 670,679 ---- } ! //$edition_name = $this->cat_rowset[$this->cat_rowset[$file_rowset[$i]['bug_category_id']]['parent']]['category_name']; ! //$build_name = $this->cat_rowset[$file_rowset[$i]['bug_category_id']]['category_name']; ! $build_name = $this->cat_rowset[$file_rowset[$i]['bug_category_id']]['category_name']; ! $edition_name = $this->cat_rowset[$this->cat_rowset[$file_rowset[$i]['bug_category_id']]['parent']]['category_name']; ! $product_name = $this->cat_rowset[$this->cat_rowset[$this->cat_rowset[$this->cat_rowset[$file_rowset[$i]['bug_category_id']]['parent']]['category_id']]['parent']]['category_name']; *************** *** 709,715 **** 'NAME' => $bug_title, 'DESC' => $bug_description, ! 'PRODUCT' => $edition_name . ' [' . $build_name . ']', 'STATUS' => $bug_type, ! 'REPORTED' => $bug_date, 'UPDATED' => $bug_update_date, )); --- 713,719 ---- 'NAME' => $bug_title, 'DESC' => $bug_description, ! 'PRODUCT' => '<b>' . $product_name . '</b><br>' . $edition_name . ' [' . $build_name . ']', 'STATUS' => $bug_type, ! 'REPORTED' => $author . '»<br>' . $bug_date, 'UPDATED' => $bug_update_date, )); Index: functions_comment.php =================================================================== RCS file: /cvsroot/mxbb/mx_bugsbt/bugsbt/includes/functions_comment.php,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** functions_comment.php 15 Feb 2007 12:43:47 -0000 1.1 --- functions_comment.php 5 May 2007 20:18:04 -0000 1.2 *************** *** 6,9 **** --- 6,10 ---- * @copyright (c) 2002-2006 [Jon Ohlsson, Cezary Tomczak] mxBB Project Team * @license http://opensource.org/licenses/gpl-license.php GNU General Public License v2 + * @link http://www.mxbb.net * */ Index: bugsbt_constants.php =================================================================== RCS file: /cvsroot/mxbb/mx_bugsbt/bugsbt/includes/bugsbt_constants.php,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** bugsbt_constants.php 15 Feb 2007 12:43:46 -0000 1.1 --- bugsbt_constants.php 5 May 2007 20:18:03 -0000 1.2 *************** *** 6,9 **** --- 6,10 ---- * @copyright (c) 2002-2006 [Jon Ohlsson, Cezary Tomczak] mxBB Project Team * @license http://opensource.org/licenses/gpl-license.php GNU General Public License v2 + * @link http://www.mxbb.net * */ Index: functions_auth.php =================================================================== RCS file: /cvsroot/mxbb/mx_bugsbt/bugsbt/includes/functions_auth.php,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** functions_auth.php 15 Feb 2007 12:43:46 -0000 1.1 --- functions_auth.php 5 May 2007 20:18:04 -0000 1.2 *************** *** 6,9 **** --- 6,10 ---- * @copyright (c) 2002-2006 [Jon Ohlsson, Cezary Tomczak] mxBB Project Team * @license http://opensource.org/licenses/gpl-license.php GNU General Public License v2 + * @link http://www.mxbb.net * */ |