From 9a52b377604aa6b8d379ffaa54ab81110856aaff Mon Sep 17 00:00:00 2001 From: Tony Lambregts Date: Sun, 9 Jul 2006 22:56:14 +0000 Subject: [PATCH] Fix a comment --- distributionView.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/distributionView.php b/distributionView.php index c2352fb..ba29efb 100644 --- a/distributionView.php +++ b/distributionView.php @@ -26,7 +26,7 @@ if ($aClean['sSub']) } $oDistribution = new distribution($aClean['iDistributionId']); -//exit with error if no vendor +//exit with error if no distribution if(!$oDistribution->iDistributionId) { apidb_header("View Distributions");