Fix minor indenting issue

This commit is contained in:
Chris Morgan
2007-06-13 03:13:06 +00:00
committed by WineHQ
parent 945df6a78c
commit 46f4f20ce6

View File

@@ -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)
{