logo       
Google Custom Search
    AddThis Social Bookmark Button

Recently Viewed: audio.musicbrai...    enbd.general/20...    ietf.idr/2002-0...    java.ant-contri...    gnu.make.genera...    qplus.devel/200...    video.freevo.cv...    os.netbsd.ports...    yellowdog.gener...    xfree86.cvs/200...    search.nutch.us...    freedesktop.xse...    programming.swi...    capabilities.ge...    telephony.pbx.a...    mail.sylpheed.c...    db.firebase.por...    boot-loaders.u-...    recreation.radi...    netbsd.bugs/200...    web.zope.plone....    user-groups.lin...   

mantisbt/core custom_function_api.php,1.21,1.22: msg#00100

Subject: mantisbt/core custom_function_api.php,1.21,1.22
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 ...
<Prev in Thread] Current Thread [Next in Thread>