mirror of
https://github.com/NNTmux/newznab-tmux.git
synced 2026-09-01 18:58:56 +00:00
Scrutinizer Auto-Fixes
This commit consists of patches automatically generated for this project on https://scrutinizer-ci.com
This commit is contained in:
@@ -271,6 +271,10 @@ function resetSearchnames()
|
||||
// Categorizes releases.
|
||||
// $type = name or searchname
|
||||
// Returns the quantity of categorized releases.
|
||||
/**
|
||||
* @param string $type
|
||||
* @param string $where
|
||||
*/
|
||||
function catRelease($type, $where, $echooutput = false)
|
||||
{
|
||||
global $pdo;
|
||||
@@ -296,6 +300,10 @@ function catRelease($type, $where, $echooutput = false)
|
||||
return $relcount;
|
||||
}
|
||||
|
||||
/**
|
||||
* @param string $groupname
|
||||
* @param boolean $usepre
|
||||
*/
|
||||
function releaseCleaner($subject, $fromName, $size, $groupname, $usepre)
|
||||
{
|
||||
$groups = new \Groups();
|
||||
|
||||
Reference in New Issue
Block a user