function postValidate()
 {
     global $default;
     $oDocument =& $this->aInfo["document"];
     // fire subscription alerts for the checked out document
     // fire subscription alerts for the checked in document
     $oSubscriptionEvent = new SubscriptionEvent();
     $oFolder = Folder::get($oDocument->getFolderID());
     $oSubscriptionEvent->CheckoutDocument($oDocument, $oFolder);
 }