diff options
Diffstat (limited to 'includes/database/database.inc')
-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. |