Feature #24145 » 16491_core.diff
t3lib/class.t3lib_db.php (working copy) | ||
---|---|---|
/**
|
||
* Executes query
|
||
* mysql_query() wrapper function
|
||
* Beware: Use of this method should be avoided as it is experimentally supported by DBAL. You should consider
|
||
* method exec_SELECTquery() and similar methods instead.
|
||
* Usage count/core: 1
|
||
*
|
||
* @param string Query to execute
|