Parent Directory
|
Revision Log
|
Patch
| Revision 1.20 by sysadm, Sat Jun 14 11:57:52 2025 UTC | Revision 1.21 by sysadm, Sun Jun 15 02:24:45 2025 UTC | |
|---|---|---|
| # | Line 514 int apply_article_op_log_from_db(int op_ | Line 514 int apply_article_op_log_from_db(int op_ |
| 514 | ret = -4; | ret = -4; |
| 515 | } | } |
| 516 | mysql_free_result(rs2); | mysql_free_result(rs2); |
| 517 | ||
| 518 | p_article->excerption = 0; // Set excerption = 0 implicitly in case of rare condition | |
| 519 | break; | break; |
| 520 | case 'T': // Move article | case 'T': // Move article |
| 521 | snprintf(sql, sizeof(sql), | snprintf(sql, sizeof(sql), |
|
||||||||
| webmaster@leafok.com | ViewVC Help |
| Powered by ViewVC 1.3.0-beta1 |