Calling all Drupal developers!
Help us get this on the first page of Digg. DIGG NOW!
Help us get this on the first page of Digg. DIGG NOW!
Indicates the place holders that should be replaced in _db_query_callback().
| Name | Description |
|---|---|
| Database abstraction layer | Allow the use of different database servers using the same code base. |
<?php
define('DB_QUERY_REGEXP', '/(%d|%s|%%|%f|%b|%n)/');
?>