[TYPO3-core] RFC: #9620: Missing function SELECT_mm_query
David Bruchmann
typo3-team-core at bruchmann-web.de
Sat Aug 15 17:52:46 CEST 2009
----- Ursprüngliche Nachricht -----
Von: David Bruchmann <typo3-team-core at bruchmann-web.de>
Gesendet: Samstag, 15. August 2009 17:45:30
An: TYPO3 core team <typo3-team-core at lists.netfielders.de>
CC:
Betreff: Re: [TYPO3-core] RFC: #9620: Missing function SELECT_mm_query
> ----- Ursprüngliche Nachricht -----
> Von: Steffen Kamper <info at sk-typo3.de>
> Gesendet: Samstag, 15. August 2009 16:27:22
> An: typo3-team-core at lists.netfielders.de
> CC:
> Betreff: Re: [TYPO3-core] RFC: #9620: Missing function SELECT_mm_query
>> Hi,
>>
>> David Bruchmann schrieb:
>>> Additionaly I propose to use this function by exec_SELECT_mm_query()
>>> instead of using the same code twice.
>>
>> right, see updated patch.
>>
>> vg Steffen
>>
>
> +1 by reading
Sorry, I found another point:
$res = mysql_query($query, $this->link);
in exec_SELECT_mm_query()
should be
$res = $this->sql_query($query, $this->link);
Shouldn't it?
Best Regards
David
More information about the TYPO3-team-core
mailing list