Changeset 65 for pro-bachkim-filespace/sourcecode/api.violet.vn/www/apps
- Timestamp:
- Aug 21, 2014 5:45:12 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
r64 r65 208 208 209 209 if (count($aryDirID) > 0) { 210 foreach ($aryDirID as $id) { 211 $c = new Criteria(); 212 $c->add(TblspacecategoryPeer::CAT_USER, $userId); 213 $c->add(TblspacecategoryPeer::CAT_ID, $id); 214 TblspacecategoryPeer::doDelete($c); 215 } 210 $c = new Criteria(); 211 $c->add(TblspacecategoryPeer::CAT_USER, $userId); 212 $c->add(TblspacecategoryPeer::CAT_ID, $aryDirID, Criteria::IN); 213 TblspacecategoryPeer::doDelete($c); 216 214 } 217 215
Note: See TracChangeset
for help on using the changeset viewer.