summaryrefslogtreecommitdiff
path: root/admin
diff options
context:
space:
mode:
authorwjames5 <will@tekimaki.com>2010-04-17 22:46:07 +0000
committerwjames5 <will@tekimaki.com>2010-04-17 22:46:07 +0000
commitd18b75ee1a060fbd3a913dca7e27d724b6ed1eb5 (patch)
tree56b59bd5a0737bef6071c6f5ba3af74c5189d8c1 /admin
parent566342953331f71576d3ca49c13f1943fb96a2e0 (diff)
downloadboards-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.php6
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' ),
+));