예제 #1
0
 function saveorder()
 {
     $this->getGroupVal();
     return parent::saveorder();
 }
예제 #2
0
파일: plugins.php 프로젝트: rodhoff/MNW
 function saveorder()
 {
     $this->setOptions();
     $this->listing = false;
     JRequest::setVar('subtask', '');
     return parent::saveorder();
 }