diff --git a/module/execution/model.php b/module/execution/model.php index eb642d6ba9..4530017fcf 100644 --- a/module/execution/model.php +++ b/module/execution/model.php @@ -4220,7 +4220,7 @@ class executionModel extends model { echo "
"; } - echo printf('%03d', $execution->id); + echo sprintf('%03d', $execution->id); break; case 'name': $label = $execution->type == 'stage' ? 'label-warning' : 'label-info';