From c6428c8b02d09244cd1cefc29744adaaa83736c5 Mon Sep 17 00:00:00 2001 From: Daniel Berteaud Date: Wed, 14 Nov 2012 19:20:06 +0100 Subject: [PATCH] Remove useless comment --- .../e-smith/templates/usr/share/tt-rss/config.php/10database | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/root/etc/e-smith/templates/usr/share/tt-rss/config.php/10database b/root/etc/e-smith/templates/usr/share/tt-rss/config.php/10database index 907f224..27d0577 100644 --- a/root/etc/e-smith/templates/usr/share/tt-rss/config.php/10database +++ b/root/etc/e-smith/templates/usr/share/tt-rss/config.php/10database @@ -7,7 +7,7 @@ my $port = $mysqld{'TCPPort'} || '3306'; $OUT .=<<"HERE"; - define('DB_TYPE', "mysql"); // or mysql + define('DB_TYPE', "mysql"); define('DB_HOST', "localhost"); define('DB_PORT', "$port"); define('DB_USER', "$user");