mirror of
https://github.com/torrentpier/torrentpier-lts.git
synced 2025-02-28 15:10:54 +03:00
Update sessions.php
This commit is contained in:
parent
67a12bbd76
commit
20c06a4beb
@ -797,9 +797,12 @@ class user_common
|
||||
switch ($return_as)
|
||||
{
|
||||
case 'csv': return join(',', $excluded);
|
||||
case 'flip_csv': return join(',', array_flip($excluded));
|
||||
case 'array': return $excluded;
|
||||
case 'flip': return array_flip(explode(',', $excluded));
|
||||
case 'flip': return array_flip($excluded);
|
||||
}
|
||||
|
||||
return array();
|
||||
}
|
||||
|
||||
/**
|
||||
|
Loading…
Reference in New Issue
Block a user