Quote:
Originally Posted by Killhunter
Could you please implement the feature that if I type 0 into the minimum review length the programm isnt checking the length?
|
Code:
if(strlen($comments) < $vbulletin->options['prodforums_minreview']){ $errors .= "Your review comments must be at least ". $vbulletin->options['prodforums_minreview'] ." characters long.<br />"; } // must have rating picked