| 126 |
} |
} |
| 127 |
|
|
| 128 |
// Calculate length of content |
// Calculate length of content |
| 129 |
$length = str_length(LML($content, false, false, 1024)); |
$length = str_length(LML($content, false, 1024)); |
| 130 |
|
|
| 131 |
// Initial variables |
// Initial variables |
| 132 |
$tid = 0; |
$tid = 0; |
| 654 |
while ($row = mysqli_fetch_array($rs)) |
while ($row = mysqli_fetch_array($rs)) |
| 655 |
{ |
{ |
| 656 |
//Send notification message |
//Send notification message |
| 657 |
$msg_content = "[hide]SYS_Reply_Article[/hide]有人回复了您所发表/回复的文章,快来". |
$msg_content = "有人回复了您所发表/回复的文章,快来". |
| 658 |
"[article $aid]看看[/article]《" . $r_title . "》吧!\n"; |
"[article $aid]看看[/article]《" . $r_title . "》吧!\n"; |
| 659 |
|
|
| 660 |
$sql = "INSERT INTO bbs_msg(fromUID, toUID, content, send_dt, send_ip) |
$sql = "INSERT INTO bbs_msg(fromUID, toUID, content, send_dt, send_ip) |