[Phpslash-commit] CVS: phpslash-ft/class MailingList.class,1.17,1.18
Brought to you by:
joestewart,
nhruby
From: Joe S. <joe...@us...> - 2003-03-18 16:23:29
|
Update of /cvsroot/phpslash/phpslash-ft/class In directory sc8-pr-cvs1:/tmp/cvs-serv17729/phpslash-ft/class Modified Files: MailingList.class Log Message: mailinglist - correct typo Index: MailingList.class =================================================================== RCS file: /cvsroot/phpslash/phpslash-ft/class/MailingList.class,v retrieving revision 1.17 retrieving revision 1.18 diff -C2 -d -r1.17 -r1.18 *** MailingList.class 25 Feb 2003 13:00:38 -0000 1.17 --- MailingList.class 18 Mar 2003 16:23:24 -0000 1.18 *************** *** 419,423 **** } ! $this->messge .= "To: $email <$name>"; if ( ($dayback != $tmpDay) && ( !($ary['override']) ) ) { --- 419,423 ---- } ! $this->message .= "To: $email <$name>"; if ( ($dayback != $tmpDay) && ( !($ary['override']) ) ) { |