turn off database debug
This commit is contained in:
parent
8a40a613bf
commit
b1bb0020d3
|
@ -134,7 +134,7 @@ function dbQuery( $sql, $params=NULL ) {
|
||||||
} else {
|
} else {
|
||||||
$result = $dbConn->query( $sql );
|
$result = $dbConn->query( $sql );
|
||||||
}
|
}
|
||||||
if ( 1 ) {
|
if ( 0 ) {
|
||||||
if ( $params )
|
if ( $params )
|
||||||
Warning("SQL: $sql" . implode(',',$params) . ' rows: '.$result->rowCount() );
|
Warning("SQL: $sql" . implode(',',$params) . ' rows: '.$result->rowCount() );
|
||||||
else
|
else
|
||||||
|
|
Loading…
Reference in New Issue