|
From: Benjamin C. <bc...@us...> - 2002-05-18 16:21:16
|
Update of /cvsroot/phpbt/phpbt
In directory usw-pr-cvs1:/tmp/cvs-serv7156
Modified Files:
query.php
Log Message:
Fixes bug #556749 - Priority not showing correctly
Index: query.php
===================================================================
RCS file: /cvsroot/phpbt/phpbt/query.php,v
retrieving revision 1.73
retrieving revision 1.74
diff -u -r1.73 -r1.74
--- query.php 18 May 2002 02:59:32 -0000 1.73
+++ query.php 18 May 2002 16:21:12 -0000 1.74
@@ -127,6 +127,8 @@
// Handle the formatting for various types of bug info in the bug list
function format_bug_col($colvalue, $coltype, $bugid, $pos) {
+ global $select;
+
$pos--;
switch ($coltype) {
|