*** ezorderitem.php	2009-11-26 14:32:15.000000000 +0900
--- ezorderitem_1.php	2009-11-26 14:47:31.000000000 +0900
***************
*** 139,148 ****
          return $this->Price;
      }
  
!     function remove()
      {
!         return eZPersistentObject::removeObject( eZOrderItem::definition(), array( "id" => $this->ID ) );
!     }
  
      /*!
       \static
--- 139,150 ----
          return $this->Price;
      }
  
!     function remove( $conditions = null, $extraConditions = null )
      {
!         $def = eZOrderItem::definition();
!         $conditions = array( "id" => $this->ID );
!         eZPersistentObject::removeObject( $def, $conditions, $extraConditions );
!     } 
  
      /*!
       \static
