This commit is contained in:
2019-10-19 06:28:02 -07:00
parent 8166dfa42f
commit 6edb46cc86
4 changed files with 11 additions and 14 deletions

View File

@@ -230,7 +230,6 @@ if ($p['thumbs'] && $btype == "file" && $ext != "DS_Store") {
// Icons //////////////////////////////////////////
icons:
//if ($p['icons'] && ($btype == "file" || $btype == "dir") && $ext != "DS_Store") {
if ($p['icons'] && $ext != "DS_Store") {
dfm("ICONS",1);
@@ -307,7 +306,7 @@ if ($p['icons'] && $ext != "DS_Store") {
if ($btype == "dir") {
dfm($pathname." is a dir, proceeding with directory check");
$stmt->BindValue(":fid",$pid);
$stmt->BindValue(":fid",$fid);
if (file_exists($pathname."/Icon\r")) {
dfm("Custom icon found, processing ".$pathname." with qltool");
$tools = array("qltool");