Changeset 85 for trunk/upload.php
- Timestamp:
- Sep 11, 2003, 12:24:03 AM (21 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/upload.php
r82 r85 214 214 mysql_query( $query ); 215 215 $page['waiting_id'] = mysql_insert_id(); 216 // mail notification for administrators 217 if ( $conf['mail_notification'] ) 218 { 219 notify( 'comment' ); 220 } 216 221 } 217 222 }
Note: See TracChangeset
for help on using the changeset viewer.