Commit b4604650ffd920c57e08a36d6bebfdb74e53dc10
1 parent
19dbd1dd
Added new static variable, COLLAB_ROLLBACK
git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@1297 c91229c3-7414-0410-bfa2-8a42b809f60b
Showing
1 changed file
with
1 additions
and
0 deletions
lib/documentmanagement/DocumentTransaction.inc
| @@ -8,6 +8,7 @@ DEFINE("MOVE", 5); | @@ -8,6 +8,7 @@ DEFINE("MOVE", 5); | ||
| 8 | DEFINE("DOWNLOAD", 6); | 8 | DEFINE("DOWNLOAD", 6); |
| 9 | DEFINE("CHECKIN", 7); | 9 | DEFINE("CHECKIN", 7); |
| 10 | DEFINE("CHECKOUT", 8); | 10 | DEFINE("CHECKOUT", 8); |
| 11 | +DEFINE("COLLAB_ROLLBACK",9); | ||
| 11 | 12 | ||
| 12 | /** | 13 | /** |
| 13 | * | 14 | * |