diff options
| author | Max Kremmel <xing@synapse.plus.com> | 2006-06-05 13:47:17 +0000 |
|---|---|---|
| committer | Max Kremmel <xing@synapse.plus.com> | 2006-06-05 13:47:17 +0000 |
| commit | 075cc3e254bb0c3e6e94829c93f20018b63a62f2 (patch) | |
| tree | a1d9c4aacd6627e676187de594aa1e15a1c1e645 /admin | |
| parent | a1ab7799f5f3f6cb4a3311dc80bddc96d32747c9 (diff) | |
| download | messages-075cc3e254bb0c3e6e94829c93f20018b63a62f2.tar.gz messages-075cc3e254bb0c3e6e94829c93f20018b63a62f2.tar.bz2 messages-075cc3e254bb0c3e6e94829c93f20018b63a62f2.zip | |
add note about mysql requirements
Diffstat (limited to 'admin')
| -rw-r--r-- | admin/schema_inc.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/admin/schema_inc.php b/admin/schema_inc.php index eb6f108..106ef4b 100644 --- a/admin/schema_inc.php +++ b/admin/schema_inc.php @@ -45,6 +45,7 @@ foreach( array_keys( $tables ) AS $tableName ) { $gBitInstaller->registerPackageInfo( MESSAGES_PKG_NAME, array( 'description' => "An intra-site messaging system for users.", 'license' => '<a href="http://www.gnu.org/licenses/licenses.html#LGPL">LGPL</a>', + 'requirements' => 'If you are using MySQL, at least version 4.1', ) ); |
