From 178c28535b5ed1a693c9e9cf5de4c703bc2bf3c6 Mon Sep 17 00:00:00 2001 From: Dries Buytaert Date: Mon, 31 Dec 2007 08:54:37 +0000 Subject: - Patch #204900 by webernet: code style fixes. Likely my last patch of the year. Fiew. Thanks all, and see you on the other side. :) --- includes/database.mysql.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'includes/database.mysql.inc') diff --git a/includes/database.mysql.inc b/includes/database.mysql.inc index 2bb105161..a20486996 100644 --- a/includes/database.mysql.inc +++ b/includes/database.mysql.inc @@ -85,7 +85,7 @@ function db_connect($url) { _db_error_page(mysql_error()); } - /* On MySQL 4.1 and later, force UTF-8 */ + // On MySQL 4.1 and later, force UTF-8. if (version_compare(mysql_get_server_info(), '4.1.0', '>=')) { mysql_query('SET NAMES "utf8"', $connection); } -- cgit v1.2.3