summaryrefslogtreecommitdiffstats
path: root/image.php
diff options
context:
space:
mode:
authorKarl 'vollmerk' Vollmer <vollmer@ampache.org>2009-03-01 00:10:49 +0000
committerKarl 'vollmerk' Vollmer <vollmer@ampache.org>2009-03-01 00:10:49 +0000
commit6777ec1e2ec97ab6986bf6657ed64283e0ad461c (patch)
tree7a6e024cf08f55c9126c22303b057525b4f96ec2 /image.php
parenta3ff87240e1f1ad271ec611ed296fd978e22e702 (diff)
downloadampache-6777ec1e2ec97ab6986bf6657ed64283e0ad461c.tar.gz
ampache-6777ec1e2ec97ab6986bf6657ed64283e0ad461c.tar.bz2
ampache-6777ec1e2ec97ab6986bf6657ed64283e0ad461c.zip
first work on next db update, correct play_url() removing redundent path, fix democratic play clear
Diffstat (limited to 'image.php')
-rw-r--r--image.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/image.php b/image.php
index ad604b5f..3a5c4465 100644
--- a/image.php
+++ b/image.php
@@ -46,7 +46,7 @@ switch ($_REQUEST['thumb']) {
case '2':
$size['height'] = '128';
$size['width'] = '128';
- // $return_raw = true;
+ $return_raw = true;
break;
case '3':
/* This is used by the flash player */
@@ -57,7 +57,7 @@ switch ($_REQUEST['thumb']) {
default:
$size['height'] = '275';
$size['width'] = '275';
- // $return_raw = true;
+ $return_raw = true;
break;
} // define size based on thumbnail