If you're in your PM center, ready to send someone a PM, and click the "Verify user is accepting PMs", you get this error:
Fatal error: Call to undefined function: standardmsg() in /data/httpd1/htdocs/private.php(951) : eval()'d code on line 1
Here's the JavaScript leading to that error:
Code:
javascript:window.open('private.php?s=&action=verify&touser='+document.vbform.touser.value+'',
'standardmsg','toolbar=no,location=no,
directories=no,status=no,menubar=no,
scrollbar=yes,scrollbars=auto,resizable=yes,
copyhistory=no,width=375,height=225'); void('');
Don't know if anyone ever even uses that function (I only noticed it today... heh), but still...