Parent Directory
|
Revision Log
|
Patch
| Revision 1.16 by sysadm, Wed Apr 23 05:40:54 2025 UTC | Revision 1.17 by sysadm, Wed Apr 23 05:48:50 2025 UTC | |
|---|---|---|
| # | Line 172 function article_op(op_type, id, set, co | Line 172 function article_op(op_type, id, set, co |
| 172 | ||
| 173 | function move_article(sid) | function move_article(sid) |
| 174 | { | { |
| 175 | instance.post('move_article.php', { | instance.post('article_service_move.php', { |
| 176 | id: <?= $result_set["data"]["id"]; ?>, | id: <?= $result_set["data"]["id"]; ?>, |
| 177 | sid: sid, | sid: sid, |
| 178 | }) | }) |
|
||||||||
| webmaster@leafok.com | ViewVC Help |
| Powered by ViewVC 1.3.0-beta1 |