Add MOVE to the supported method set.

This commit is contained in:
Andrew McMillan 2009-11-04 08:51:44 +13:00
parent 6e16011d00
commit a23ab2cf54

View File

@ -387,7 +387,8 @@ EOSQL;
'REPORT' => '',
'DELETE' => '',
'LOCK' => '',
'UNLOCK' => ''
'UNLOCK' => '',
'MOVE' => ''
);
if ( $this->IsCollection() ) {
/* if ( $this->IsPrincipal() ) {