mirror of
https://git.code.sf.net/p/seeddms/code
synced 2025-03-12 08:55:54 +00:00
set $_initialDocumentStatus to 2 instead of S_RELEASED
the constant S_RELEASED isn't know at that time
This commit is contained in:
parent
ec78639d94
commit
dea874de02
|
@ -137,7 +137,7 @@ class Settings { /* {{{ */
|
|||
// preset expiration date
|
||||
var $_presetExpirationDate = "";
|
||||
// initial document status
|
||||
var $_initialDocumentStatus = S_RELEASED;
|
||||
var $_initialDocumentStatus = 2; //S_RELEASED;
|
||||
// the name of the versioning info file created by the backup tool
|
||||
var $_versioningFileName = "versioning_info.txt";
|
||||
// the mode of workflow
|
||||
|
|
Loading…
Reference in New Issue
Block a user