Changeset 150 for trunk/upload.php


Ignore:
Timestamp:
Sep 21, 2003, 10:32:15 AM (21 years ago)
Author:
z0rglub
Message:

The notification mail send now an upload message, not a comment message

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/upload.php

    r85 r150  
    217217    if ( $conf['mail_notification'] )
    218218    {
    219       notify( 'comment' );
     219      notify( 'upload' );
    220220    }
    221221  }
Note: See TracChangeset for help on using the changeset viewer.