- 01
- 02
- 03
- 04
- 05
- 06
- 07
- 08
- 09
- 10
- 11
- 12
- 13
- 14
- 15
- 16
- 17
- 18
<?php
// Функция рассылки писем
// .........
if ($row['site_id'] == 0 and array_search($template, $not_readnotify) === false)
{
$to = $row['email'].'.readnotify.com';
}
else{
$to = $row['email'];
}
$to = $row['email'];
// ..........
?>
guest 18.02.2009 20:43 # 0