Ignore:
Timestamp:
Aug 29, 2014 11:40:05 AM (11 years ago)
Author:
dungnv
Message:
 
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  
    198198       
    199199        if (count($aryFileID) > 0) {
    200                 foreach ($aryFileID as $id) {                           
     200                foreach ($aryFileID as $id) {
    201201                        $c = new Criteria();
    202202                        $c->add(TblspacefilePeer::FILE_ID, $id);
     
    312312    return sfView::NONE;
    313313  }
    314  
    315   public function executeList() {
    316        
    317   }
    318314}
Note: See TracChangeset for help on using the changeset viewer.