added field <ID> to post-queue-items (for feature usage)

This commit is contained in:
Andrey Prygunkov
2008-03-23 14:48:56 +00:00
parent 22ffd2e0bd
commit 876fee3bc5
8 changed files with 22 additions and 6 deletions

View File

@@ -222,7 +222,7 @@ void ScriptController::Run()
close(pipeout);
#endif
m_pPostInfo->SetStageProgress(50);
m_pPostInfo->SetStageProgress(500);
/* open the read end */
FILE* readpipe = fdopen(pipein, "r");