Differences From Artifact [f8966d6ed7]:
- File src/fileedit.c — part of check-in [e184992161] at 2020-05-11 11:51:12 on branch fileedit-ajaxify — /fileedit no longer requires URL arguments: it has a leaf checkin/file selection list on the first tab. (user: stephan size: 69435)
To Artifact [c1563e02a0]:
- File src/fileedit.c — part of check-in [50a6a75ba1] at 2020-05-11 12:06:48 on branch fileedit-ajaxify — Removed a trailing 'ajax' WEBPAGE flag which should not have been checked in. (user: stephan size: 69430)
| ︙ | |||
1504 1505 1506 1507 1508 1509 1510 | 1504 1505 1506 1507 1508 1509 1510 1511 1512 1513 1514 1515 1516 1517 1518 | - + |
db_finalize(&q);
}else{
fileedit_ajax_error(500, "Unhandled URL argument.");
}
}
/*
|
| ︙ |