mirror of
https://github.com/WhatCD/Gazelle.git
synced 2025-01-18 20:21:37 +00:00
Empty commit
This commit is contained in:
parent
1aea1dcd83
commit
1f0bb578d0
@ -30,7 +30,7 @@ function compare($X, $Y){
|
||||
}
|
||||
if($Data) {
|
||||
$Data = unserialize($Data);
|
||||
list($K, list($Name, $Image, $Body, $NumSimilar, $SimilarArray, $TorrentList, $Importances)) = each($Data);
|
||||
list($K, list($Name, $Image, $Body, $NumSimilar, $SimilarArray, $TorrentList, $Importances, $VanityHouseArtist)) = each($Data);
|
||||
|
||||
} else {
|
||||
if ($RevisionID) {
|
||||
@ -762,7 +762,7 @@ function compare($X, $Y){
|
||||
$Key = 'artist_'.$ArtistID;
|
||||
}
|
||||
|
||||
$Data = serialize(array(array($Name, $Image, $Body, $NumSimilar, $SimilarArray, $TorrentList, $Importances)));
|
||||
$Data = serialize(array(array($Name, $Image, $Body, $NumSimilar, $SimilarArray, $TorrentList, $Importances, $VanityHouseArtist)));
|
||||
|
||||
$Cache->cache_value($Key, $Data, 3600);
|
||||
?>
|
||||
|
Loading…
Reference in New Issue
Block a user