#102611: Document database regexp (webchick)

5.x
Steven Wittens 2006-12-11 22:58:17 +00:00
parent 0c3e612704
commit 5d6ff1db64
1 changed files with 3 additions and 0 deletions

View File

@ -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)/');
/**