summaryrefslogtreecommitdiff
path: root/dash/ads.php
diff options
context:
space:
mode:
Diffstat (limited to 'dash/ads.php')
-rw-r--r--dash/ads.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/dash/ads.php b/dash/ads.php
index e259bbf..995301c 100644
--- a/dash/ads.php
+++ b/dash/ads.php
@@ -30,7 +30,7 @@ else
?>
<p id="ename"><?=htmlentities($row['name']);?></p>
<?php
-if (is_null($row['rating'))
+if (is_null($row['rating']))
echo ' <p id="erating">Employer Not Rated</p>'.PHP_EOL;
else
echo ' <p id="erating">'.intval($row['rating']).' Star Employer</p>'.PHP_EOL;