Fix minor indenting issue
This commit is contained in:
@@ -388,9 +388,9 @@ class distribution {
|
|||||||
if($bRejected)
|
if($bRejected)
|
||||||
return FALSE;
|
return FALSE;
|
||||||
|
|
||||||
$hResult = query_parameters("SELECT count(distributionId) as num_dists FROM
|
$hResult = query_parameters("SELECT count(distributionId) as num_dists FROM
|
||||||
distributions WHERE queued='?'",
|
distributions WHERE queued='?'",
|
||||||
$bQueued ? "true" : "false");
|
$bQueued ? "true" : "false");
|
||||||
|
|
||||||
if($hResult)
|
if($hResult)
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user