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