Error #433 -> Falta 1ª letra en los comentarios (columna derecha)
git-svn-id: https://192.168.0.254/svn/Proyectos.Incam_SGD/trunk@8 eb19766c-00d9-a042-a3a0-45cb8ec72764
This commit is contained in:
parent
f912fd791e
commit
4de02e80c6
@ -96,7 +96,7 @@ class KTWorkflowViewlet extends KTDocumentViewlet {
|
|||||||
|
|
||||||
if($iCommentPosition>0) //if comment found
|
if($iCommentPosition>0) //if comment found
|
||||||
{
|
{
|
||||||
$oLatestTransitionComment = substr($oLatestTransitionComment, $iCommentPosition+2, (strlen($oLatestTransitionComment)-$iCommentPosition));
|
$oLatestTransitionComment = substr($oLatestTransitionComment, $iCommentPosition+1, (strlen($oLatestTransitionComment)-$iCommentPosition));
|
||||||
}
|
}
|
||||||
else //if no comment found - i.e. first state in workflow
|
else //if no comment found - i.e. first state in workflow
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user