Remove duplication from install/dbinfo.php

This commit is contained in:
Dmitriy Simushev 2013-04-30 10:29:36 +00:00
parent fa33342dbc
commit 57eb898bfd

View File

@ -204,12 +204,6 @@ $dbtables_indexes = array(
)
);
$dbtables_indexes = array(
"${mysqlprefix}chatmessage" => array(
"idx_agentid" => "agentid"
)
);
$memtables = array();
$dbtables_can_update = array(