* finish task #924.

This commit is contained in:
wangyidong
2012-11-21 03:23:51 +00:00
parent e74d0a9825
commit fa743d05d4
2 changed files with 3 additions and 2 deletions
+1 -1
View File
@@ -27,7 +27,7 @@
<th class='w-50px'><?php echo $lang->task->pri;?></th>
</tr>
<?php for($i = 0; $i < $config->task->batchCreate; $i++):?>
<?php $story = $i == 0 ? '' : 'ditto';?>
<?php $story = ($i == 0 and $storyID != 0) ? $storyID : 'ditto';?>
<?php
$lang->task->typeList['ditto'] = $lang->task->ditto; $type = $i == 0 ? '' : 'ditto';
$members['ditto'] = $lang->task->ditto; $member = $i == 0 ? '' : 'ditto';