Author: sb
Date: Wed Jul 25 09:31:07 2007
New Revision: 5728

Log:
- Fix format string.

Modified:
    trunk/Workflow/src/interfaces/execution.php

Modified: trunk/Workflow/src/interfaces/execution.php
==============================================================================
--- trunk/Workflow/src/interfaces/execution.php [iso-8859-1] (original)
+++ trunk/Workflow/src/interfaces/execution.php [iso-8859-1] Wed Jul 25 
09:31:07 2007
@@ -625,7 +625,7 @@
         {
             throw new ezcWorkflowExecutionException(
               sprintf(
-                'There is no thread with id #%s',
+                'There is no thread with id #%d',
                 $threadId
               )
             );


-- 
svn-components mailing list
[email protected]
http://lists.ez.no/mailman/listinfo/svn-components

Reply via email to