_recordId = $Va6ec9c02; } function &execute() { if (empty($this->_recordId)) { $Vcb5e100e = new FileMaker_Error($this->_fm, 'Delete commands require a record id.'); return $Vcb5e100e; } $V21ffce5b = $this->_getCommandParams(); $V21ffce5b['-delete'] = true; $V21ffce5b['-recid'] = $this->_recordId; $V0f635d0e = $this->_fm->_execute($V21ffce5b); if (FileMaker::isError($V0f635d0e)) { return $V0f635d0e; } return $this->_getResult($V0f635d0e); } }