Project

General

Profile

Feature #24145 » 16491_core.diff

Administrator Admin, 2010-11-23 11:34

View differences:

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
(1-1/2)