root/ip/tags/release_1_3_0_53/includes/constants.php

111163
432
define('SUDOKU_USERS', $table_prefix . 'sudoku_users');
432
define('SUDOKU_USERS', $table_prefix . 'sudoku_users');
433
define('THANKS_TABLE', $table_prefix . 'thanks');
433
define('THANKS_TABLE', $table_prefix . 'thanks');
434
define('THEMES_TABLE', $table_prefix . 'themes');
434
define('THEMES_TABLE', $table_prefix . 'themes');
435
define('TICKETS_CAT_TABLE', $table_prefix . 'tickets_cat');
435
define('TITLE_INFOS_TABLE', $table_prefix . 'title_infos');
436
define('TITLE_INFOS_TABLE', $table_prefix . 'title_infos');
436
define('TOPIC_VIEW_TABLE', $table_prefix . 'topic_view');
437
define('TOPIC_VIEW_TABLE', $table_prefix . 'topic_view');
437
define('TOPICS_TABLE', $table_prefix . 'topics');
438
define('TOPICS_TABLE', $table_prefix . 'topics');