| 378 |
goto cleanup; |
goto cleanup; |
| 379 |
} |
} |
| 380 |
|
|
| 381 |
|
mysql_close(db); |
| 382 |
|
db = NULL; |
| 383 |
|
|
| 384 |
clearscr(); |
clearscr(); |
| 385 |
moveto(1, 1); |
moveto(1, 1); |
| 386 |
prints("发送完成,新文章通常会在%d秒后可见", BBS_section_list_load_interval); |
prints("发送完成,新文章通常会在%d秒后可见", BBS_section_list_load_interval); |
| 656 |
goto cleanup; |
goto cleanup; |
| 657 |
} |
} |
| 658 |
|
|
| 659 |
|
mysql_close(db); |
| 660 |
|
db = NULL; |
| 661 |
|
|
| 662 |
clearscr(); |
clearscr(); |
| 663 |
moveto(1, 1); |
moveto(1, 1); |
| 664 |
prints("修改完成,新内容通常会在%d秒后可见", BBS_section_list_load_interval); |
prints("修改完成,新内容通常会在%d秒后可见", BBS_section_list_load_interval); |
| 762 |
|
|
| 763 |
if (topic_locked) // Reply is not allowed |
if (topic_locked) // Reply is not allowed |
| 764 |
{ |
{ |
| 765 |
|
mysql_close(db); |
| 766 |
|
db = NULL; |
| 767 |
|
|
| 768 |
clearscr(); |
clearscr(); |
| 769 |
moveto(1, 1); |
moveto(1, 1); |
| 770 |
prints("该主题谢绝回复"); |
prints("该主题谢绝回复"); |
| 1159 |
goto cleanup; |
goto cleanup; |
| 1160 |
} |
} |
| 1161 |
|
|
| 1162 |
|
mysql_close(db); |
| 1163 |
|
db = NULL; |
| 1164 |
|
|
| 1165 |
clearscr(); |
clearscr(); |
| 1166 |
moveto(1, 1); |
moveto(1, 1); |
| 1167 |
prints("发送完成,新文章通常会在%d秒后可见", BBS_section_list_load_interval); |
prints("发送完成,新文章通常会在%d秒后可见", BBS_section_list_load_interval); |