Skip to content

Commit

Permalink
Bringing back simple_dates table aliase for don't breaking the update…
Browse files Browse the repository at this point in the history
… tasks
  • Loading branch information
olafgleba committed Jun 16, 2012
1 parent 15457c0 commit a6fc0a4
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions welcompose/core/conf/table_aliases.inc.php
Expand Up @@ -4,7 +4,7 @@
* Project: Welcompose
* File: table_aliases.inc.php
*
* Copyright (c) 2008-2012 creatics, Olaf Gleba <og@welcompose.de>
* Copyright (c) 2008 creatics
*
* Project owner:
* creatics, Olaf Gleba
Expand All @@ -13,10 +13,10 @@
*
* This file is licensed under the terms of the GNU AFFERO GENERAL PUBLIC LICENSE v3
* http://www.opensource.org/licenses/agpl-v3.html
*
*
* @copyright 2008 creatics, Olaf Gleba
* @author Andreas Ahlenstorf
* @package Welcompose
* @link http://welcompose.de
* @license http://www.opensource.org/licenses/agpl-v3.html GNU AFFERO GENERAL PUBLIC LICENSE v3
*/

Expand Down Expand Up @@ -53,6 +53,7 @@
define("WCOM_DB_CONTENT_PAGES", "content_pages");
define("WCOM_DB_CONTENT_PAGES2USER_GROUPS", "content_pages2user_groups");
define("WCOM_DB_CONTENT_PAGE_TYPES", "content_page_types");
define("WCOM_DB_CONTENT_SIMPLE_DATES", "content_simple_dates");
define("WCOM_DB_CONTENT_SIMPLE_FORMS", "content_simple_forms");
define("WCOM_DB_CONTENT_SIMPLE_GUESTBOOKS", "content_simple_guestbooks");
define("WCOM_DB_CONTENT_SIMPLE_GUESTBOOK_ENTRIES", "content_simple_guestbook_entries");
Expand Down

0 comments on commit a6fc0a4

Please sign in to comment.