Changeset 2473


Ignore:
Timestamp:
02/17/09 22:27:09 (4 years ago)
Author:
nahuel
Message:

fixing a typo error

File:
1 edited

Legend:

Unmodified
Added
Removed
  • alternc/trunk/bureau/class/m_admin.php

    r2458 r2473  
    409409                                  '%type' => $db->Record['type'], 
    410410                                  '%notes' => $db->Record['notes'])); 
    411        if (mail($dest,"New account (" . .$db->Record['login']." from ".$db->Record['parentlogin'].") on $L_HOSTING",$mail,"From: postmaster@$L_FQDN")) { 
     411       if (mail($dest,"New account (" . $db->Record['login']." from ".$db->Record['parentlogin'].") on $L_HOSTING",$mail,"From: postmaster@$L_FQDN")) { 
    412412         echo "Successfully sent email to $dest"; 
    413413       } else { 
Note: See TracChangeset for help on using the changeset viewer.