[TYPO3] andWhere does not compute

Rob De Vries spam_this at pandora.be
Tue Mar 28 23:12:02 CEST 2006


Hey listers,

I have this:

plugin.tx_thmailformplus_pi1.markers.ev1pl = TEXT
plugin.tx_thmailformplus_pi1.markers.ev1pl.wrap = />Bad van Marie</td> 
<td> | /20</td>
plugin.tx_thmailformplus_pi1.markers.ev1pl.numRows  {
table = tx_animo06bew_bewoners
select.pidInList =  114
select.where = bew1ev1 = 'bad_van_marie'
}

Works as intended

if I add andWhere it does not work anymore (I only get the value of the 
second query)

plugin.tx_thmailformplus_pi1.markers.ev1pl = TEXT
plugin.tx_thmailformplus_pi1.markers.ev1pl.wrap = />Bad van Marie</td> 
<td> | /20</td>
plugin.tx_thmailformplus_pi1.markers.ev1pl.numRows  {
table = tx_animo06bew_bewoners
select.pidInList =  114
select.where = bew1ev1 = 'bad_van_marie'
select.andWhere = bew1ev1 = 'bad_van_marie'
}

why ooh why ?
anybody ?

tnx in advanced

Rob



More information about the TYPO3-english mailing list