plugins/PrivateMessages.php
changeset 22 d0314575e2f0
parent 0 902822492a68
child 23 320acf077276
equal deleted inserted replaced
21:663fcf528726 22:d0314575e2f0
   178           $tbuf = $text;
   178           $tbuf = $text;
   179         }
   179         }
   180         
   180         
   181         $to = $r['message_from'];
   181         $to = $r['message_from'];
   182       } else {
   182       } else {
   183         if($argv[1]=='to' && $argv[2]) $to = $argv[2];
   183         if(( $argv[1]=='to' || $argv[1]=='To' ) && $argv[2]) $to = $argv[2];
   184         else $to = '';
   184         else $to = '';
   185         $text = '';
   185         $text = '';
   186         $subj = '';
   186         $subj = '';
   187       }
   187       }
   188         $template->header();
   188         $template->header();