summaryrefslogtreecommitdiffstats
path: root/modules
diff options
context:
space:
mode:
authorKarl 'vollmerk' Vollmer <vollmer@ampache.org>2006-01-25 03:40:06 +0000
committerKarl 'vollmerk' Vollmer <vollmer@ampache.org>2006-01-25 03:40:06 +0000
commitd36f8bdb45c6586807aa37b4ac32acf6de973269 (patch)
tree83403f766cdbb4ecda428ce96840d88b15b17ff6 /modules
parent1607672a4a376fdcb1fd29a4806bb21a771ab013 (diff)
downloadampache-d36f8bdb45c6586807aa37b4ac32acf6de973269.tar.gz
ampache-d36f8bdb45c6586807aa37b4ac32acf6de973269.tar.bz2
ampache-d36f8bdb45c6586807aa37b4ac32acf6de973269.zip
fixed tooltip truncate where it shouldnt have been
Diffstat (limited to 'modules')
-rw-r--r--modules/init.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/init.php b/modules/init.php
index 6d36ff01..71192f6a 100644
--- a/modules/init.php
+++ b/modules/init.php
@@ -80,7 +80,7 @@ if (!$results['allow_stream_playback']) {
$results['raw_web_path'] = $results['web_path'];
$results['web_path'] = $http_type . $_SERVER['HTTP_HOST'] . $results['web_path'];
-$results['version'] = '3.3.2-Beta2 (Build 003)';
+$results['version'] = '3.3.2-Beta2 (Build 004)';
$results['catalog_file_pattern']= 'mp3|mpc|m4p|m4a|mp4|aac|ogg|rm|wma|asf|flac|spx|ra';
$results['http_port'] = $_SERVER['SERVER_PORT'];
if (!$results['prefix']) {