Changeset 32


Ignore:
Timestamp:
Jul 24, 2014 4:21:05 PM (11 years ago)
Author:
dungnv
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • pro-bachkim-filespace/sourcecode/api.violet.vn/www/apps/platform/modules/space/templates/dirSuccess.php

    r29 r32  
    66  <!-- files in current folder -->
    77  <?php foreach ($tblfiles as $tblfile): ?>
    8     <file id="<?php echo $tblfile->getFileId() ?>" name="<?php echo $tblfile->getFileName() ?>" filetype="<?php echo $tblfile->getFileType() ?>" />
     8    <file id="<?php echo $tblfile->getFileId() ?>" name="<?php echo $tblfile->getFileName() ?>" parentid="<?php echo $tblfile->getFileCategory() ?>" filetype="<?php echo $tblfile->getFileType() ?>" />
    99  <?php endforeach; ?>
    1010</list>
Note: See TracChangeset for help on using the changeset viewer.