Update channel permissions to full ints

This commit is contained in:
Thomas Willingham
2014-02-25 21:06:47 +00:00
parent 4e8c0933c0
commit 8e3a16bcdd
2 changed files with 21 additions and 3 deletions

View File

@@ -47,7 +47,7 @@ define ( 'RED_PLATFORM', 'Red Matrix' );
define ( 'RED_VERSION', trim(file_get_contents('version.inc')) . 'R');
define ( 'ZOT_REVISION', 1 );
define ( 'DB_UPDATE_VERSION', 1098 );
define ( 'DB_UPDATE_VERSION', 1099 );
define ( 'EOL', '<br />' . "\r\n" );
define ( 'ATOM_TIME', 'Y-m-d\TH:i:s\Z' );