Changeset 69 for pro-bachkim-filespace
- Timestamp:
- Aug 29, 2014 11:40:05 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
r65 r69 198 198 199 199 if (count($aryFileID) > 0) { 200 foreach ($aryFileID as $id) { 200 foreach ($aryFileID as $id) { 201 201 $c = new Criteria(); 202 202 $c->add(TblspacefilePeer::FILE_ID, $id); … … 312 312 return sfView::NONE; 313 313 } 314 315 public function executeList() {316 317 }318 314 }
Note: See TracChangeset
for help on using the changeset viewer.