diff options
author | cweiske <cweiske@b3834d28-1941-0410-a4f8-b48e95affb8f> | 2009-10-24 09:12:10 +0000 |
---|---|---|
committer | cweiske <cweiske@b3834d28-1941-0410-a4f8-b48e95affb8f> | 2009-10-24 09:12:10 +0000 |
commit | 9f53c3325c99c1602f570efdaf0b6e0df2944f95 (patch) | |
tree | 89aa64a2c4538ffda43d1f2c7c87f6e814b4d623 /src/SemanticScuttle/Service/Vote.php | |
parent | 5d11ae2fd5a88b5605aa70167516a571822f0e06 (diff) | |
download | semanticscuttle-9f53c3325c99c1602f570efdaf0b6e0df2944f95.tar.gz semanticscuttle-9f53c3325c99c1602f570efdaf0b6e0df2944f95.tar.bz2 |
convert tabs to spaces
git-svn-id: https://semanticscuttle.svn.sourceforge.net/svnroot/semanticscuttle/trunk@407 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, 2 insertions, 2 deletions
diff --git a/src/SemanticScuttle/Service/Vote.php b/src/SemanticScuttle/Service/Vote.php index e6d021b..086b2a2 100644 --- a/src/SemanticScuttle/Service/Vote.php +++ b/src/SemanticScuttle/Service/Vote.php @@ -142,7 +142,7 @@ class SemanticScuttle_Service_Vote extends SemanticScuttle_DbService /** - * Returns if the user has already voted for + * Returns if the user has already voted for * the given bookmark. * * @param integer $bookmark Bookmark ID @@ -220,7 +220,7 @@ class SemanticScuttle_Service_Vote extends SemanticScuttle_DbService * * @internal * We check if voting is enabled or not, - * and if the user has already voted. + * and if the user has already voted. * It is up to the calling code to make sure * the user is authorized to vote. * |