summaryrefslogtreecommitdiff
path: root/admin
diff options
context:
space:
mode:
authorMax Kremmel <xing@synapse.plus.com>2008-11-16 10:09:49 +0000
committerMax Kremmel <xing@synapse.plus.com>2008-11-16 10:09:49 +0000
commit20c44def6f31ed20bec4eb5463c56b3131131452 (patch)
treed6f5532a0c49ec2051f3e9f69f1176ae66bf7d5d /admin
parentf8508188b43e0488480286139133a8cd3d02561b (diff)
downloadliberty-20c44def6f31ed20bec4eb5463c56b3131131452.tar.gz
liberty-20c44def6f31ed20bec4eb5463c56b3131131452.tar.bz2
liberty-20c44def6f31ed20bec4eb5463c56b3131131452.zip
be a bit more specific about what the upgrade does
Diffstat (limited to 'admin')
-rw-r--r--admin/upgrades/2.1.1.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/admin/upgrades/2.1.1.php b/admin/upgrades/2.1.1.php
index ce895a5..fe87153 100644
--- a/admin/upgrades/2.1.1.php
+++ b/admin/upgrades/2.1.1.php
@@ -1,13 +1,13 @@
<?php
/**
- * @version $Header: /cvsroot/bitweaver/_bit_liberty/admin/upgrades/2.1.1.php,v 1.5 2008/11/15 14:28:23 squareing Exp $
+ * @version $Header: /cvsroot/bitweaver/_bit_liberty/admin/upgrades/2.1.1.php,v 1.6 2008/11/16 10:09:49 squareing Exp $
*/
global $gBitInstaller;
$infoHash = array(
'package' => LIBERTY_PKG_NAME,
'version' => str_replace( '.php', '', basename( __FILE__ )),
- 'description' => "Minor fix to table column type.",
+ 'description' => "Minor fix to user_id column type in liberty_content_history.",
'post_upgrade' => NULL,
);