diff -r 663fcf528726 -r d0314575e2f0 plugins/PrivateMessages.php --- a/plugins/PrivateMessages.php Tue Jun 26 17:28:18 2007 -0400 +++ b/plugins/PrivateMessages.php Tue Jun 26 20:48:44 2007 -0400 @@ -180,7 +180,7 @@ $to = $r['message_from']; } else { - if($argv[1]=='to' && $argv[2]) $to = $argv[2]; + if(( $argv[1]=='to' || $argv[1]=='To' ) && $argv[2]) $to = $argv[2]; else $to = ''; $text = ''; $subj = '';