Ignore:
Timestamp:
Dec 8, 2009, 3:23:28 PM (14 years ago)
Author:
cljosse
Message:

[mail_supervisor] Display the release in the page of administration page
) .

File:
1 edited

Legend:

Unmodified
Added
Removed
  • extensions/Mail_supervisor/main.inc.php

    r4366 r4451  
    366366                if (test_spam($ip,$user_name ,$mail ))
    367367                 {
     368                 if (test_spam($ip,$user_name ,"" )) {
     369                  $err[] = $user_name . " ". l10n('is_a_login_spam')   ;
     370                 }else           
    368371                    $err[] = $user_name . " : " .$mail . " ". l10n('is_a_spam')   ;
    369372                 }
Note: See TracChangeset for help on using the changeset viewer.