root/ip/tags/release_1_3_0_53/album_upload.php
| 111 | 163 | ||
|---|---|---|---|
1323 | 1323 | ||
1324 | $emailer->assign_vars(array( | 1324 | $emailer->assign_vars(array( |
1325 | 'USERNAME' => $to_users['username'], | 1325 | 'USERNAME' => $to_users['username'], |
1326 | 'SITENAME' => $board_config['sitename'], | 1326 | 'SITENAME' => ip_stripslashes($board_config['sitename']), |
1327 | 'EMAIL_SIG' => str_replace('<br />', "\n", "----- \n" . $board_config['board_email_sig']), | 1327 | 'EMAIL_SIG' => str_replace('<br />', "\n", "----- \n" . ip_stripslashes($board_config['board_email_sig'])), |
1328 | 'FROM' => $userdata['username'], | 1328 | 'FROM' => $userdata['username'], |
1329 | 'PIC_TITLE' => $pic_title, | 1329 | 'PIC_TITLE' => $pic_title, |
1330 | 'PIC_ID' => $new_pic_id['pic_id'], | 1330 | 'PIC_ID' => $new_pic_id['pic_id'], |
Download diff