Commit b4604650ffd920c57e08a36d6bebfdb74e53dc10

Authored by rob
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
lib/documentmanagement/DocumentTransaction.inc
... ... @@ -8,6 +8,7 @@ DEFINE("MOVE", 5);
8 8 DEFINE("DOWNLOAD", 6);
9 9 DEFINE("CHECKIN", 7);
10 10 DEFINE("CHECKOUT", 8);
  11 +DEFINE("COLLAB_ROLLBACK",9);
11 12  
12 13 /**
13 14 *
... ...