rpms/mantis/F-9 mantis-1.1.2-bugnote.patch,NONE,1.1

Gianluca Sforna (giallu) fedora-extras-commits at redhat.com
Sat Jul 19 15:56:30 UTC 2008


Author: giallu

Update of /cvs/extras/rpms/mantis/F-9
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv11625

Added Files:
	mantis-1.1.2-bugnote.patch 
Log Message:
Oops, forgot the actual patch file...


mantis-1.1.2-bugnote.patch:

--- NEW FILE mantis-1.1.2-bugnote.patch ---
Index: mantis-1.1.2/core/bugnote_api.php
===================================================================
--- mantis-1.1.2.orig/core/bugnote_api.php
+++ mantis-1.1.2/core/bugnote_api.php
@@ -99,7 +99,7 @@
 	# Add a bugnote to a bug
 	#
 	# return the ID of the new bugnote
-	function bugnote_add ( $p_bug_id, $p_bugnote_text, $p_time_tracking = '0:00', $p_private = false, $p_type = 0, $p_attr = '', $p_user_id = null ) {
+	function bugnote_add ( $p_bug_id, $p_bugnote_text, $p_time_tracking = '0:00', $p_private = false, $p_type = 0, $p_attr = '', $p_user_id = null, $p_send_email = true ) {
 		$c_bug_id            	= db_prepare_int( $p_bug_id );
 		$c_bugnote_text      	= db_prepare_string( $p_bugnote_text );
 		$c_time_tracking	= db_prepare_time( $p_time_tracking );




More information about the fedora-extras-commits mailing list