#102611: Document database regexp (webchick)
parent
0c3e612704
commit
5d6ff1db64
|
@ -159,6 +159,9 @@ function _db_query_callback($match, $init = FALSE) {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Indicates the place holders that should be replaced in _db_query_callback().
|
||||||
|
*/
|
||||||
define('DB_QUERY_REGEXP', '/(%d|%s|%%|%f|%b)/');
|
define('DB_QUERY_REGEXP', '/(%d|%s|%%|%f|%b)/');
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
Loading…
Reference in New Issue