summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMax Kremmel <xing@synapse.plus.com>2006-06-05 13:47:17 +0000
committerMax Kremmel <xing@synapse.plus.com>2006-06-05 13:47:17 +0000
commit075cc3e254bb0c3e6e94829c93f20018b63a62f2 (patch)
treea1d9c4aacd6627e676187de594aa1e15a1c1e645
parenta1ab7799f5f3f6cb4a3311dc80bddc96d32747c9 (diff)
downloadmessages-075cc3e254bb0c3e6e94829c93f20018b63a62f2.tar.gz
messages-075cc3e254bb0c3e6e94829c93f20018b63a62f2.tar.bz2
messages-075cc3e254bb0c3e6e94829c93f20018b63a62f2.zip
add note about mysql requirements
-rw-r--r--admin/schema_inc.php1
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',
) );