diff options
author | cweiske <cweiske@b3834d28-1941-0410-a4f8-b48e95affb8f> | 2009-11-20 07:32:51 +0000 |
---|---|---|
committer | cweiske <cweiske@b3834d28-1941-0410-a4f8-b48e95affb8f> | 2009-11-20 07:32:51 +0000 |
commit | 48e00e8e18f9a80bb366921eab9b2cf7047e5954 (patch) | |
tree | b226453287fb2e54d8f8d3daf0b6585f89bc3a15 /src/SemanticScuttle/Service/Vote.php | |
parent | 7a9bf6772d0f4dc033e9696e7e85d325c695efd1 (diff) | |
download | semanticscuttle-48e00e8e18f9a80bb366921eab9b2cf7047e5954.tar.gz semanticscuttle-48e00e8e18f9a80bb366921eab9b2cf7047e5954.tar.bz2 |
remove superfluous returns after die messages
git-svn-id: https://semanticscuttle.svn.sourceforge.net/svnroot/semanticscuttle/trunk@562 b3834d28-1941-0410-a4f8-b48e95affb8f
Diffstat (limited to 'src/SemanticScuttle/Service/Vote.php')
-rw-r--r-- | src/SemanticScuttle/Service/Vote.php | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/SemanticScuttle/Service/Vote.php b/src/SemanticScuttle/Service/Vote.php index 53bebdc..85380e7 100644 --- a/src/SemanticScuttle/Service/Vote.php +++ b/src/SemanticScuttle/Service/Vote.php @@ -89,7 +89,6 @@ class SemanticScuttle_Service_Vote extends SemanticScuttle_DbService '', __LINE__, __FILE__, $query, $this->db ); //FIXME: throw exception - return false; } $row = $this->db->sql_fetchrow($dbres); @@ -126,7 +125,6 @@ class SemanticScuttle_Service_Vote extends SemanticScuttle_DbService '', __LINE__, __FILE__, $query, $this->db ); //FIXME: throw exception - return false; } $row = $this->db->sql_fetchrow($dbres); @@ -160,7 +158,6 @@ class SemanticScuttle_Service_Vote extends SemanticScuttle_DbService '', __LINE__, __FILE__, $query, $this->db ); //FIXME: throw exception - return null; } $row = $this->db->sql_fetchrow($dbres); @@ -193,7 +190,6 @@ class SemanticScuttle_Service_Vote extends SemanticScuttle_DbService '', __LINE__, __FILE__, $query, $this->db ); //FIXME: throw exception - return false; } $row = $this->db->sql_fetchrow($dbres); |