source: extensions/NBC_News/trunk/include/constants.php @ 31979

Last change on this file since 31979 was 5179, checked in by Eric, 14 years ago

[NBC_News]

  • Initial commit for Piwigo 2.0.x : Not fully functionnal and a lot work to do...
  • Property svn:eol-style set to LF
File size: 426 bytes
Line 
1<?php
2
3global $prefixeTable;
4
5define('NEWS_TABLE', $prefixeTable.'news');
6define('NEWS_GROUP_ACCESS_TABLE', $prefixeTable.'news_group_access');
7define('NEWS_GROUP_REFUSED_TABLE', $prefixeTable.'news_group_refused');
8define('NEWS_TRANSLATION_TABLE', $prefixeTable.'news_translation');
9define('NEWS_USER_ACCESS_TABLE', $prefixeTable.'news_user_access');
10define('NEWS_USER_REFUSED_TABLE', $prefixeTable.'news_user_refused');
11
12?>
Note: See TracBrowser for help on using the repository browser.