Changeset 31 for pro-bachkim-filespace/sourcecode
- Timestamp:
- Jul 24, 2014 4:07:36 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
r30 r31 103 103 // find files in this category folder 104 104 $c = new Criteria(); 105 $c->add(TblspacefilePeer::FILE_CATEGORY, $this->catId);105 //$c->add(TblspacefilePeer::FILE_CATEGORY, $this->catId); 106 106 $c->add(TblspacefilePeer::FILE_USER, $userId); 107 107 if ($filter) $c->add(TblspacefilePeer::FILE_TYPE, explode(';', $filter), Criteria::IN);
Note: See TracChangeset
for help on using the changeset viewer.