Changeset 205
- Timestamp:
- Oct 1, 2014 9:46:15 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
r204 r205 210 210 } 211 211 212 /*public function executeDelete() {212 public function executeDelete() { 213 213 //if (!$this->checkAuthentication()) return sfView::NONE; 214 214 $userId = $this->getRequestParameter('userid'); … … 247 247 } 248 248 249 public function executeDeletemulti () {249 /* public function executeDeletemulti () { 250 250 $userId = $this->getRequestParameter('userid'); 251 251 $aryDel = $this->getRequestParameter('delobj');
Note: See TracChangeset
for help on using the changeset viewer.