diff options
Diffstat (limited to 'includes/database.inc')
-rw-r--r-- | includes/database.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/includes/database.inc b/includes/database.inc index 7e3a98368..a1c0c8230 100644 --- a/includes/database.inc +++ b/includes/database.inc @@ -490,7 +490,7 @@ function _db_type_placeholder($type) { // There is no safe value to return here, so return something that // will cause the query to fail. - return 'unsupported type '. $type . 'for _db_type_placeholder'; + return 'unsupported type '. $type .'for _db_type_placeholder'; } /** |