junk
This commit is contained in:
parent
7026254a44
commit
4f8cfbb3e3
|
|
@ -20,8 +20,6 @@ if(getBC($clr) != "-")
|
|||
{
|
||||
if (isThumbnailerAlive())
|
||||
{
|
||||
//if (!isPendingRender())
|
||||
//{
|
||||
if (!isRenderCooldown($localuser))
|
||||
{
|
||||
$upd = $pdo->prepare("UPDATE body_colours SET {$bcdb[$cbc]} = :b WHERE uid = :u");
|
||||
|
|
@ -37,6 +35,5 @@ if(getBC($clr) != "-")
|
|||
{
|
||||
http_response_code(500);
|
||||
}
|
||||
//}
|
||||
}
|
||||
}
|
||||
Loading…
Reference in New Issue