[TYPO3-core] RFC: #9620: Missing function SELECT_mm_query

Steffen Kamper info at sk-typo3.de
Sat Aug 15 18:08:52 CEST 2009


Hi,

David Bruchmann schrieb:
> 
> 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?
> 

no, see other functions like exec_SELECTquery, exec_DELETEquery etc., 
all simular code.

vg Steffen


More information about the TYPO3-team-core mailing list