fixed a tag comparison bug in file_home.php again
This commit is contained in:
parent
f6c915d38c
commit
ee4ad6d277
@ -76,8 +76,8 @@ else
|
|||||||
if ($q != 0) return $q;
|
if ($q != 0) return $q;
|
||||||
}
|
}
|
||||||
|
|
||||||
return ($cx > $cy)? 1:
|
return ($cx > $cy)? -1:
|
||||||
($cx < $cy)? -1: 0;
|
($cx < $cy)? 1: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
function comp_files ($a, $b)
|
function comp_files ($a, $b)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user