summaryrefslogtreecommitdiffstatshomepage
path: root/src/SemanticScuttle/Service/Tag2Tag.php
diff options
context:
space:
mode:
Diffstat (limited to 'src/SemanticScuttle/Service/Tag2Tag.php')
-rw-r--r--src/SemanticScuttle/Service/Tag2Tag.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/SemanticScuttle/Service/Tag2Tag.php b/src/SemanticScuttle/Service/Tag2Tag.php
index d404bb5..2db1ee4 100644
--- a/src/SemanticScuttle/Service/Tag2Tag.php
+++ b/src/SemanticScuttle/Service/Tag2Tag.php
@@ -370,7 +370,7 @@ class SemanticScuttle_Service_Tag2Tag extends SemanticScuttle_DbService
//echo($query."<br>\n");
$dbres = $this->db->sql_query($query);
- $hasTags = $this->db->sql_numrows($dbres) > 0;
+ $hasTags = $this->db->sql_fetchrow($dbres) != false;
$this->db->sql_freeresult($dbres);
return $hasTags;
}