0.8.0.2
This commit is contained in:
@@ -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");
|
||||
|
||||
Reference in New Issue
Block a user