Update of /cvsroot/mantisbt/mantisbt/core
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv22284/core
Modified Files:
custom_function_api.php
Log Message:
Fixed #5680: Unknown fields are not handled correctly in View Issues
Index: custom_function_api.php
===================================================================
RCS file: /cvsroot/mantisbt/mantisbt/core/custom_function_api.php,v
retrieving revision 1.21
retrieving revision 1.22
diff -u -d -r1.21 -r1.22
--- custom_function_api.php 24 May 2005 23:22:47 -0000 1.21
+++ custom_function_api.php 31 May 2005 11:30:48 -0000 1.22
@@ -306,6 +306,8 @@
} else {
if ( isset( $p_issue_row[$p_column] ) ) {
echo $t_column_start .
$p_issue_row[$p_column] . $t_column_end;
+ } else {
+ echo $t_column_start . '@' . $p_column
. '@' . $t_column_end;
}
}
}
-------------------------------------------------------
This SF.Net email is sponsored by Yahoo.
Introducing Yahoo! Search Developer Network - Create apps using Yahoo!
Search APIs Find out how you can build Yahoo! directly into your own
Applications - visit http://developer.yahoo.net/?fr=offad-ysdn-ostg-q22005
|
Try Searching:
servers, voip, java, networking, microsoft ...
|
|
|
|