[Customisation Database Commits] r24 - in /trunk/customisationdb/includes: ./ titania/ titania/constants.php
Andreas Fischer
bantu at phpbb.de
Thu May 15 02:31:48 CEST 2008
Author: bantu
Date: Thu May 15 02:31:48 2008
New Revision: 24
Log: (empty)
Added:
trunk/customisationdb/includes/
trunk/customisationdb/includes/titania/
trunk/customisationdb/includes/titania/constants.php (with props)
Added: trunk/customisationdb/includes/titania/constants.php
==============================================================================
*** trunk/customisationdb/includes/titania/constants.php (added)
--- trunk/customisationdb/includes/titania/constants.php Thu May 15 02:31:48 2008
***************
*** 0 ****
--- 1,22 ----
+ <?php
+ /**
+ *
+ * @package Titania
+ * @version $Id$
+ * @copyright (c) 2008 phpBB Customisation Database Team
+ * @license http://opensource.org/licenses/gpl-license.php GNU Public License
+ *
+ */
+
+ // Table names
+ define('CDB_AUTHORS_TABLE', $table_prefix . 'authors');
+ define('CDB_CONTRIBS_TABLE', $table_prefix . 'contribs');
+ define('CDB_CONTRIB_TAGS_TABLE', $table_prefix . 'contrib_tags');
+ define('CDB_DOWNLOADS_TABLE', $table_prefix . 'downloads');
+ define('CDB_QUEUE_TABLE', $table_prefix . 'queue');
+ define('CDB_QUEUE_HISTORY_TABLE', $table_prefix . 'queue_history');
+ define('CDB_REVIEWS_TABLE', $table_prefix . 'reviews');
+ define('CDB_REVISIONS_TABLE', $table_prefix . 'revisions');
+ define('CDB_TAG_FIELDS_TABLE', $table_prefix . 'tag_fields');
+ define('CDB_TAG_TYPES_TABLE', $table_prefix . 'tag_types');
+ define('CDB_WATCH_TABLE', $table_prefix . 'watch');
\ No newline at end of file
Propchange: trunk/customisationdb/includes/titania/constants.php
------------------------------------------------------------------------------
svn:eol-style = LF
Propchange: trunk/customisationdb/includes/titania/constants.php
------------------------------------------------------------------------------
svn:keywords = Id
Propchange: trunk/customisationdb/includes/titania/constants.php
------------------------------------------------------------------------------
svn:mime-type = text/plain
More information about the customisationdb-commits
mailing list