Skip to content
Snippets Groups Projects
Commit 363027e3 authored by Andreas Åkre Solberg's avatar Andreas Åkre Solberg
Browse files

Retrieving consent date and usage date from consent database... Should not...

Retrieving consent date and usage date from consent database... Should not conflict with existing code.

git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@1327 44740490-163a-0410-bde0-09ae8108e29a
parent 9256fe9f
No related branches found
No related tags found
No related merge requests found
......@@ -275,7 +275,7 @@ class sspmod_consent_Consent_Store_Database extends sspmod_consent_Store {
$ret = array();
$st = $this->execute('SELECT service_id, attribute FROM ' . $this->table . ' WHERE hashed_user_id = ?',
$st = $this->execute('SELECT service_id, attribute, consent_date, usage_date FROM ' . $this->table . ' WHERE hashed_user_id = ?',
array($userId));
if ($st === FALSE) {
return array();
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment