From ab8a88946499700bd874562bcd17f9d9092adccc Mon Sep 17 00:00:00 2001 From: Dmitriy Simushev Date: Mon, 15 Jul 2013 08:51:09 +0000 Subject: [PATCH] Fix bug with docs for chatthread table --- src/messenger/webim/install/dbinfo.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/messenger/webim/install/dbinfo.php b/src/messenger/webim/install/dbinfo.php index 8b7a93fa..5bfe390d 100644 --- a/src/messenger/webim/install/dbinfo.php +++ b/src/messenger/webim/install/dbinfo.php @@ -81,7 +81,7 @@ $dbtables = array( "shownmessageid" => "int NOT NULL DEFAULT 0", // User agent description that took from 'User-Agent' HTTP header. "userAgent" => "varchar(255)", - // Total count of messages related with the thread. + // Total count of user's messages related with the thread. "messageCount" => "varchar(16)", // ID of the group at Mibew side related with the thread. "groupid" => "int references ${mysqlprefix}chatgroup(groupid)",