diff options
author | Karl 'vollmerk' Vollmer <vollmer@ampache.org> | 2006-12-18 00:35:07 +0000 |
---|---|---|
committer | Karl 'vollmerk' Vollmer <vollmer@ampache.org> | 2006-12-18 00:35:07 +0000 |
commit | c6feba1f33ce8352606cf07715037976abecb9df (patch) | |
tree | 03e52202fd3988234f8c31d2c632ebb0580bcb0a /lib/class/update.class.php | |
parent | 2e6b06c268b716470024da6e4ccd37678d932ecc (diff) | |
download | ampache-c6feba1f33ce8352606cf07715037976abecb9df.tar.gz ampache-c6feba1f33ce8352606cf07715037976abecb9df.tar.bz2 ampache-c6feba1f33ce8352606cf07715037976abecb9df.zip |
* Fixed update issue, comment updating disabled for a bit
Diffstat (limited to 'lib/class/update.class.php')
-rw-r--r-- | lib/class/update.class.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/class/update.class.php b/lib/class/update.class.php index 5aa0d86c..9db77f45 100644 --- a/lib/class/update.class.php +++ b/lib/class/update.class.php @@ -334,7 +334,7 @@ class Update { '- Added Timezone as a per user preference.<br />' . '- Delete Upload Table and Upload Preferences.<br />'; -// $version[] = array('version' => '333002','description' => $update_string); + $version[] = array('version' => '333002','description' => $update_string); return $version; |