From 267ebfb7b61bd6a440e50649ebf6e3c1d36c9f84 Mon Sep 17 00:00:00 2001 From: Dries Buytaert Date: Mon, 28 Jun 2010 19:57:34 +0000 Subject: - Patch #195416 by Damien Tournoud, David Strauss: table prefixes should be per database connection. --- includes/database/mysql/schema.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'includes/database/mysql') diff --git a/includes/database/mysql/schema.inc b/includes/database/mysql/schema.inc index 6a173d4fe..7be5d0280 100644 --- a/includes/database/mysql/schema.inc +++ b/includes/database/mysql/schema.inc @@ -25,7 +25,7 @@ class DatabaseSchema_mysql extends DatabaseSchema { const COMMENT_MAX_COLUMN = 255; /** - * Get information about the table and database name from the db_prefix. + * Get information about the table and database name from the prefix. * * @return * A keyed array with information about the database, table name and prefix. -- cgit v1.2.3