tapio wrote:
> lib.normalshared = CONTENT
> lib.normalshared {
> select {
> pidInList = 41
> where = colpos=0
> andWhere deleted=0
> andWhere hidden=0
> }
> table = tt_content
> }
This will surely not work.
> andWhere = deleted=0 AND hidden = 0
should do it ...
greets,
Bernhard