there's actually another place a couple of lines above that has the same problem.
This line of code:
should be changed to this:Code:if ($_POST['pages_html_text'][$i] !='' and strlen(trim($_POST['pages_html_text'][$i])) > 6) {
I'll update the file in the downloads section to correct thes two lines.Code:if ($_POST['pages_html_text'][$languages[$i]['id']] !='' and strlen(trim($_POST['pages_html_text'][$languages[$i]['id']])) > 6) {



Reply With Quote


Bookmarks