Changeset 85 for trunk/upload.php


Ignore:
Timestamp:
Sep 11, 2003, 12:24:03 AM (21 years ago)
Author:
z0rglub
Message:

Mail notification for admins

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/upload.php

    r82 r85  
    214214    mysql_query( $query );
    215215    $page['waiting_id'] = mysql_insert_id();
     216    // mail notification for administrators
     217    if ( $conf['mail_notification'] )
     218    {
     219      notify( 'comment' );
     220    }
    216221  }
    217222}
Note: See TracChangeset for help on using the changeset viewer.