summaryrefslogtreecommitdiff
path: root/includes/database
diff options
context:
space:
mode:
authorAngie Byron <webchick@24967.no-reply.drupal.org>2010-09-11 21:14:32 +0000
committerAngie Byron <webchick@24967.no-reply.drupal.org>2010-09-11 21:14:32 +0000
commit4237d014e9599fb54243c87f23a003df012b29a7 (patch)
treef7d7f6f69754db132743d1214eab81228d01bd90 /includes/database
parentd5a1c652973af06d64305ae1672bd215b2cdfb58 (diff)
downloadbrdo-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.inc2
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.