Changeset 25
- Timestamp:
- Jul 24, 2014 11:33:25 AM (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
r24 r25 96 96 // find subcategory of this category 97 97 $c = new Criteria(); 98 $c->add(TblspacecategoryPeer::CAT_PARENT, $this->catId);98 //$c->add(TblspacecategoryPeer::CAT_PARENT, $this->catId); 99 99 $c->add(TblspacecategoryPeer::CAT_USER, $userId); 100 100 $c->addAscendingOrderByColumn(TblspacecategoryPeer::CAT_NAME);
Note: See TracChangeset
for help on using the changeset viewer.