Not a problem, I already got the solution. Thanks though! It was a mistake on my part Here's the solution for 5.1.1 in case anyone needs it:
<pre># -------------------------------------
# Make sure there is a subject and body
# if ( ($Subject =~ m/^\s*$/) || ($Body eq "") ) {
# w3t::not_right("$lang{'ALL_FIELDS'}",$Cat);
# }
if ($Subject =~ m/^\s*$/) {
w3t::not_right("$lang{'ALL_FIELDS'}",$Cat);
}
elsif ($Body eq "") {
$Body = "[nt] = No Text";
$Subject = "$Subject [nt]";
}
</pre>
The commented code is the original.
Regards,
Scott "Jhariden" Yaskin
<A HREF="http://boards.stratics.com" target="_new">http://boards.stratics.com</A>