Hi Taco, hi all,

trying to use the bibliography module I get following error when I use
\placepublications[criterium=all].
Without it, citation works like expected.
My file:
-------------------
\usemodule[bib]
\startpublication[k=me,
t=manual,
a=Hoekwater,
y=2006,
s=TH2006,
n=1,
u=http://contextgarden.net/Bibliography]
\author{Taco}[T.]{}{Hoekwater}
\title{\CONTEXT\ Publication Module, The user documententation}
\pubyear{2006}
\note{In case you didn’t know: it’s the document you are reading now}
\pages{14}
\stoppublication
\starttext
\input knuth
\cite[me]

\input knuth

\placepublications[criterium=all]
\stoptext
-------------------

Error message:
-------------------
(C:/contextminimal/texmf-context/tex/context/sample/knuth.tex) (C:/contextminimal/texmf-context/tex/context/sample/knuth.tex)
! Undefined control sequence.
<argument> \alltoclevels
                        
\doifdefinedelse #1->\edef \p!defined {#1
                                         }\ifcsname \detokenize \@EA {\p!def...
\filllocalpublist ...fdefinedelse {\alltoclevels }
                                                   {\let \dosetfilterlevel \...
\typesetpubslist ...fsortbycite \filllocalpublist
                                                  \iftypesetall \let \locala...
\dodoplacepublications ...sttrue \typesetpubslist
                                                  \inpublistfalse \endgroup
l.21 \placepublications[criterium=all]
-------------------

What do I wrong?
I use latest mkiv beta interface=xp, LuaTeX, Version snapshot-0.35.0-2009030810, build 1950
I tested the t-bib from the pragma beta zip and the newer version from contextgarden.

Greetings Lutz