Quote Originally Posted by Design75 View Post
quick fix for v1.4

add global $db; to uploads.php
so that
PHP Code:
function download_file($index$oid) {
//  Look up in the database of upload files, that 
looks like
PHP Code:
function download_file($index$oid) {
global 
$db;
//  Look up in the database of upload files, that 

Made that change, and everything is golden! Which is wonderful, because this is like, the number 1 add-on I use for our store.