sender_permitted_from has a fatal error at line 119, but look at the previous line--it ends with "if ($result);", precisely the test that will fix the error on the next line.
Duh.
if ( $result ) {
[test BOTH lines]
}
-Bob
sender_permitted_from has a fatal error at line 119, but look at the previous line--it ends with "if ($result);", precisely the test that will fix the error on the next line.
Duh.
if ( $result ) {
[test BOTH lines]
}
-Bob