Merge branch '5.3'
[GitHub/WoltLab/com.woltlab.wcf.conversation.git] / constants.php
CommitLineData
eda993e6
MS
1<?php
2/**
3 * Defines constants for autocompletion in IDEs. This file is not meant to be actively used anywhere!
4 *
4ddaa70e 5 * @copyright 2001-2019 WoltLab GmbH
fea86294
TD
6 * @author Matthias Schmidt
7 * @copyright 2001-2019 WoltLab GmbH
8 * @license GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>
9 * @package WoltLabSuite\Core
eda993e6
MS
10 */
11
12// option constants
13define('MODULE_CONVERSATION', 1);
14define('CONVERSATIONS_PER_PAGE', 10);
15define('CONVERSATION_MESSAGES_PER_PAGE', 20);
eda993e6
MS
16define('CONVERSATION_LIST_DEFAULT_SORT_FIELD', 'lastPostTime');
17define('CONVERSATION_LIST_DEFAULT_SORT_ORDER', 'DESC');