Skip to content

Commit

Permalink
tweaked word_wrap()
Browse files Browse the repository at this point in the history
git-svn-id: http://mantisbt.svn.sourceforge.net/svnroot/mantisbt/trunk@301 f5dc347c-c33d-0410-90a0-b07cc1902cb9
  • Loading branch information
Kenzaburo Ito committed Jul 17, 2001
1 parent e45e435 commit 271e459
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core_email_API.php
Expand Up @@ -381,7 +381,7 @@ function email_build_bugnote_message( $p_bug_id ) {
$t_last_modified = date( $g_complete_date_format, sql_to_unix_time( $t_last_modified ) );
$t_string = " ".$t_username." - ".$t_last_modified." ";
$t_message = $t_message."-----------------------------------------------------------------------\n";
$t_message = $t_message.word_wrap( $t_string )."\n";
$t_message = $t_message.$t_string."\n";
$t_message = $t_message."-----------------------------------------------------------------------\n";
$t_message = $t_message.word_wrap( $t_note )."\n\n";
}
Expand Down

0 comments on commit 271e459

Please sign in to comment.