%%document-clearannounced-editor-html%%
roots.encielo.org : / (context:11)
2002-08-11 21:29:08

%%preprocess%%
// has this been announced already??
if (trim($this->p_announced)=="") {
    $this->showNull= 1;
    return 0;
    }

// set the announced property...
$this->p_announced= "";
$this->updateObject();
berror("document-announce-member-email: set p_announced= $this->p_announced",1);


%%header%%


%%css%%


%%template%%
<a href="$this->uri">Back to campaign</a>


%%listrow%%
 

%%nullobject%%
Either that document cannot be found (how likely is that?) or it has never been announced. ($this->p_announced)


%%footer%%


%%postprocess%%


%%end of context%%

 
