phpBB

Code Changes

File: includes/functions_privmsgs.php

  Unmodified   Added   Modified   Removed
Line 1689Line 1689
	}

// First of all make sure the subject are having the correct length.

	}

// First of all make sure the subject are having the correct length.

	$subject = truncate_string($subject);

	$subject = truncate_string($subject, $mode === 'post' ? 120 : 124);


$db->sql_transaction('begin');



$db->sql_transaction('begin');