Update of /cvsroot/mantisbt/mantisbt/core
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv22571/core
Modified Files:
custom_function_api.php
Log Message:
fix for 0004662: required fields on bug report/update
added bug_note text to information passed to (external) validate routine
Index: custom_function_api.php
===================================================================
RCS file: /cvsroot/mantisbt/mantisbt/core/custom_function_api.php,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -d -r1.8 -r1.9
--- custom_function_api.php 28 Sep 2004 13:57:38 -0000 1.8
+++ custom_function_api.php 8 Oct 2004 17:23:35 -0000 1.9
@@ -73,7 +73,7 @@
# In case of invalid data, this function should call trigger_error()
# p_issue_id is the issue number that can be used to get the existing
state
# p_new_issue_data is an object (BugData) with the appropriate fields
updated
- function custom_function_default_issue_update_validate( $p_issue_id,
$p_new_issue_data ) {
+ function custom_function_default_issue_update_validate( $p_issue_id,
$p_new_issue_data, $p_bugnote_text ) {
}
# --------------------
-------------------------------------------------------
This SF.net email is sponsored by: IT Product Guide on ITManagersJournal
Use IT products in your business? Tell us what you think of them. Give us
Your Opinions, Get Free ThinkGeek Gift Certificates! Click to find out more
http://productguide.itmanagersjournal.com/guidepromo.tmpl
|