Topic: I need to increase the max message size

I havent check on the database if the message body column has a limit or not, i can check it later.
But what about the code... where do i set it?

Re: I need to increase the max message size

post.php, edit.php, there's a strlen check
But it's set to the maximum number of characters allowed by the datatype: you'll need to adjust the datatype as well

Re: I need to increase the max message size

thanks smartys.
b