DEBUG_SQL can be null for user-defined
This commit is contained in:
parent
4da56c12db
commit
6e6138793b
@ -409,7 +409,7 @@ function check_cli() {
|
|||||||
*/
|
*/
|
||||||
function _count_execs($db, $sql, $inputarray) {
|
function _count_execs($db, $sql, $inputarray) {
|
||||||
global $_execs;
|
global $_execs;
|
||||||
if(DEBUG_SQL) {
|
if((DEBUG_SQL === true) || (is_null(DEBUG_SQL) && @$_GET['DEBUG_SQL'])) {
|
||||||
$fp = @fopen("data/sql.log", "a");
|
$fp = @fopen("data/sql.log", "a");
|
||||||
if($fp) {
|
if($fp) {
|
||||||
if(is_array($inputarray)) {
|
if(is_array($inputarray)) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user