Quote:
Originally Posted by dede1
Error comes with me if I one left to insert wants:
|
open local_links.php
search
PHP Code:
$jumpmime = $DB_site->query("
SELECT mimetype
FROM " . TABLE_PREFIX . "attachmenttype AS attachmenttype
WHERE extension = '$type'
LIMIT 1;
");
replace with:
PHP Code:
$jumpmime = $DB_site->query("
SELECT mimetype
FROM " . TABLE_PREFIX . "attachmenttype AS attachmenttype
WHERE extension = '$type'
LIMIT 1
");
save file & upload ...done