summaryrefslogtreecommitdiffstatshomepage
path: root/src/SemanticScuttle/Service/User.php
diff options
context:
space:
mode:
authorGravatar Mark Pemberton2011-06-04 00:29:04 -0400
committerGravatar Mark Pemberton2011-06-04 00:29:04 -0400
commit84e603aa91a303a1419962ff3ff6086710a7b1a9 (patch)
tree5d706948d6b28ed8323ebf1c864726c2d7d4eccf /src/SemanticScuttle/Service/User.php
parent342d1c3205c2f2ae9d918f66e28e8ffa153c2854 (diff)
downloadscuttle-84e603aa91a303a1419962ff3ff6086710a7b1a9.tar.gz
scuttle-84e603aa91a303a1419962ff3ff6086710a7b1a9.zip
Reverted changes of date() to gdate(), added tests to confirm existence of private RSS feed, and finalized changes to the user session usage with rss.php
Diffstat (limited to 'src/SemanticScuttle/Service/User.php')
-rw-r--r--src/SemanticScuttle/Service/User.php2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/SemanticScuttle/Service/User.php b/src/SemanticScuttle/Service/User.php
index 18d5a29..a4870b7 100644
--- a/src/SemanticScuttle/Service/User.php
+++ b/src/SemanticScuttle/Service/User.php
@@ -571,8 +571,6 @@ class SemanticScuttle_Service_User extends SemanticScuttle_DbService
$this->db->sql_freeresult($dbresult);
if ($row) {
- $id = $_SESSION[$this->getSessionKey()]
- = $row[$this->getFieldName('primary')];
return true;
} else {
return false;