diff options
author | Angie Byron <webchick@24967.no-reply.drupal.org> | 2010-09-11 21:14:32 +0000 |
---|---|---|
committer | Angie Byron <webchick@24967.no-reply.drupal.org> | 2010-09-11 21:14:32 +0000 |
commit | 4237d014e9599fb54243c87f23a003df012b29a7 (patch) | |
tree | f7d7f6f69754db132743d1214eab81228d01bd90 /includes/database | |
parent | d5a1c652973af06d64305ae1672bd215b2cdfb58 (diff) | |
download | brdo-4237d014e9599fb54243c87f23a003df012b29a7.tar.gz brdo-4237d014e9599fb54243c87f23a003df012b29a7.tar.bz2 |
#874326 by rfay, pwolanin, chx: Fixed Invalid scheme fails to halt processing of a stream request.
Diffstat (limited to 'includes/database')
-rw-r--r-- | includes/database/database.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/includes/database/database.inc b/includes/database/database.inc index 32e3ab814..53d626df2 100644 --- a/includes/database/database.inc +++ b/includes/database/database.inc @@ -814,7 +814,7 @@ abstract class DatabaseConnection extends PDO { * * Force all alias names to be strictly alphanumeric-plus-underscore. In * contrast to DatabaseConnection::escapeField() / - * DatabaseConnection::escapeTable(), this doesn't allow the period (".") + * DatabaseConnection::escapeTable(), this doesn't allow the period (".") * * @return * The sanitized field name string. |