Changeset 129
- Timestamp:
- Sep 15, 2014 3:20:08 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
pro-bachkim-filespace/sourcecode/api.violet.vn/www/apps/platform/modules/space/actions/actions.class.php
r128 r129 123 123 $c->add(TblspacefilePeer::FILE_USER, $userId); 124 124 $currentFile = TblspacefilePeer::doSelectOne($c); 125 126 125 $fileName = $currentFile->getFileCategory() == $destination ? 'Copy of '.$currentFile->getFileName():$currentFile->getFileName(); */ 127 126
Note: See TracChangeset
for help on using the changeset viewer.