Quote:
Originally Posted by macc
hello!
nice mod
found one mistake in read_pms.php on line 171
you have:
PHP Code:
rpm_print_stop_back($rpmphrase['error_prefix1'] . $_REQUEST['userid'] . '</b> ' . $rpmphrase['error_postfix2']);
should be:
PHP Code:
rpm_print_stop_back($rpmphrase['error_prefix1'] . ': <b>' . $_REQUEST['userid'] . '</b> ' . $rpmphrase['error_postfix2']);
reg
macc
|
Thanks macc

Will fix it in the next version
I think I had better do a code review now. I will post an update in the next hour or so.