DB_QUERY_REGEXP
in includes/database.inc
Indicates the place holders that should be replaced in _db_query_callback().
<?php
define('DB_QUERY_REGEXP', '/(%d|%s|%%|%f|%b|%n)/');
?>
in includes/database.inc
Indicates the place holders that should be replaced in _db_query_callback().
<?php
define('DB_QUERY_REGEXP', '/(%d|%s|%%|%f|%b|%n)/');
?>