diff options
| author | wjames5 <will@tekimaki.com> | 2010-04-17 22:46:07 +0000 |
|---|---|---|
| committer | wjames5 <will@tekimaki.com> | 2010-04-17 22:46:07 +0000 |
| commit | d18b75ee1a060fbd3a913dca7e27d724b6ed1eb5 (patch) | |
| tree | 56b59bd5a0737bef6071c6f5ba3af74c5189d8c1 /admin | |
| parent | 566342953331f71576d3ca49c13f1943fb96a2e0 (diff) | |
| download | boards-d18b75ee1a060fbd3a913dca7e27d724b6ed1eb5.tar.gz boards-d18b75ee1a060fbd3a913dca7e27d724b6ed1eb5.tar.bz2 boards-d18b75ee1a060fbd3a913dca7e27d724b6ed1eb5.zip | |
SCHEMA CHANGE - liberty_content_types - change content_description to content_name, add column content_name_plural - update all class files and hashes where appropriateCVS_HEAD
Diffstat (limited to 'admin')
| -rw-r--r-- | admin/schema_inc.php | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/admin/schema_inc.php b/admin/schema_inc.php index 8b4fb91..d1b3edd 100644 --- a/admin/schema_inc.php +++ b/admin/schema_inc.php @@ -92,4 +92,8 @@ if(defined('RSS_PKG_NAME')) { $gBitInstaller->registerContentObjects( BOARDS_PKG_NAME, array( 'BitBoard'=>BOARDS_PKG_PATH.'BitBoard.php', )); -?> + +// Requirements +$gBitInstaller->registerRequirements( BOARDS_PKG_NAME, array( + 'liberty' => array( 'min' => '2.1.4' ), +)); |
