Changeset 205 for pro-bachkim-filespace


Ignore:
Timestamp:
Oct 1, 2014 9:46:15 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

    r204 r205  
    210210  }
    211211
    212 /*  public function executeDelete() {
     212  public function executeDelete() {
    213213    //if (!$this->checkAuthentication()) return sfView::NONE;
    214214    $userId = $this->getRequestParameter('userid');
     
    247247  }
    248248 
    249   public function executeDeletemulti () {
     249/*  public function executeDeletemulti () {
    250250        $userId = $this->getRequestParameter('userid');
    251251        $aryDel = $this->getRequestParameter('delobj');
Note: See TracChangeset for help on using the changeset viewer.