[Fusionforge-commits] FusionForge branch master updated. 74206cb37cc75b7f78732b428b796f3d5a4ecffa

Franck VILLAUME nerville at fusionforge.org
Fri Dec 6 14:58:22 CET 2013


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "FusionForge".

The branch, master has been updated
       via  74206cb37cc75b7f78732b428b796f3d5a4ecffa (commit)
      from  fe3cace1b380cebe06f9aeb4fc3c86a2dd130f23 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 74206cb37cc75b7f78732b428b796f3d5a4ecffa
Author: Franck Villaume <franck.villaume at trivialdev.com>
Date:   Fri Dec 6 14:58:15 2013 +0100

    utils: correct indent

diff --git a/src/common/include/utils.php b/src/common/include/utils.php
index b4b9322..cb356eb 100644
--- a/src/common/include/utils.php
+++ b/src/common/include/utils.php
@@ -252,10 +252,10 @@ function util_encode_mailaddr($email, $name, $charset) {
 /**
  * util_encode_mimeheader() - Encode mimeheader
  *
- * @param        string    $headername The name of the header (e.g. "Subject")
- * @param        string    $str The email subject
- * @param        string    $charset The converting charset (like ISO-2022-JP)
- * @return       string    The MIME encoded subject
+ * @param	string	$headername The name of the header (e.g. "Subject")
+ * @param	string	$str The email subject
+ * @param	string	$charset The converting charset (like ISO-2022-JP)
+ * @return	string	The MIME encoded subject
  *
  */
 function util_encode_mimeheader($headername, $str, $charset) {
@@ -282,9 +282,9 @@ function util_encode_mimeheader($headername, $str, $charset) {
 /**
  * util_convert_body() - Convert body of the email message
  *
- * @param		string	$str		The body of the email message
- * @param		string	$charset	The charset of the email message
- * @return		string	The converted body of the email message
+ * @param	string	$str		The body of the email message
+ * @param	string	$charset	The charset of the email message
+ * @return	string	The converted body of the email message
  *
  */
 function util_convert_body($str, $charset) {
@@ -299,12 +299,12 @@ function util_convert_body($str, $charset) {
  *	util_handle_message() - a convenience wrapper which sends messages
  *	to an email account
  *
- *	@param	array	$id_arr			array of user_id's from the user table
- *	@param	string	$subject		subject of the message
- *	@param	string	$body			the message body
+ *	@param	array	$id_arr		array of user_id's from the user table
+ *	@param	string	$subject	subject of the message
+ *	@param	string	$body		the message body
  *	@param	string	$extra_emails	a comma-separated list of email address
- *	@param	string	$dummy1			ignored	(no longer used)
- *	@param	string	$from			From header
+ *	@param	string	$dummy1		ignored	(no longer used)
+ *	@param	string	$from		From header
  */
 function util_handle_message($id_arr, $subject, $body, $extra_emails = '', $dummy1 = '', $from = '') {
 	$address = array();

-----------------------------------------------------------------------

Summary of changes:
 src/common/include/utils.php |   24 ++++++++++++------------
 1 file changed, 12 insertions(+), 12 deletions(-)


hooks/post-receive
-- 
FusionForge



More information about the Fusionforge-commits mailing list