diff options
| author | wjames5 <will@tekimaki.com> | 2010-04-17 22:46:10 +0000 |
|---|---|---|
| committer | wjames5 <will@tekimaki.com> | 2010-04-17 22:46:10 +0000 |
| commit | d770785b05e10c6359f581450326ebc26646a78c (patch) | |
| tree | 5394542d8cd33baa37c9405e1561658862267b46 /admin | |
| parent | 74e6d7495046fcdc85b757a6e8f4b63ec0756738 (diff) | |
| download | pigeonholes-d770785b05e10c6359f581450326ebc26646a78c.tar.gz pigeonholes-d770785b05e10c6359f581450326ebc26646a78c.tar.bz2 pigeonholes-d770785b05e10c6359f581450326ebc26646a78c.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 5ac9e7e..df9b8db 100644 --- a/admin/schema_inc.php +++ b/admin/schema_inc.php @@ -50,4 +50,8 @@ $gBitInstaller->registerUserPermissions( PIGEONHOLES_PKG_NAME, array( //array( 'p_pigeonholes_admin', 'Can administer all aspects of pigeonholes', 'editors', PIGEONHOLES_PKG_NAME ), ) ); -?> +// Requirements +$gBitInstaller->registerRequirements( PIGEONHOLES_PKG_NAME, array( + 'liberty' => array( 'min' => '2.1.4' ), +)); + |
