diff options
| author | Christophe Nowicki <cnowicki@easter-eggs.com> | 2004-09-07 15:55:11 +0000 |
|---|---|---|
| committer | Christophe Nowicki <cnowicki@easter-eggs.com> | 2004-09-07 15:55:11 +0000 |
| commit | 9388bdfc57a3b49adafc1693d21975214e63a691 (patch) | |
| tree | 26c56aa58ece110dc7d74ed31531f98f745943e6 /php/Attic/examples/sample-idp/setup.php | |
| parent | ed0ad921339c04ae57f48e31be8d4d925585285a (diff) | |
IdP PHP : logout is working
Diffstat (limited to 'php/Attic/examples/sample-idp/setup.php')
| -rw-r--r-- | php/Attic/examples/sample-idp/setup.php | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/php/Attic/examples/sample-idp/setup.php b/php/Attic/examples/sample-idp/setup.php index a7b148af..75cf9fc6 100644 --- a/php/Attic/examples/sample-idp/setup.php +++ b/php/Attic/examples/sample-idp/setup.php @@ -239,8 +239,9 @@ $res =& $db->query($query); $query = "CREATE TABLE assertions ( - assertion text, - response_dump text)"; + assertion text, + response_dump text, + created timestamp)"; $res =& $db->query($query); if (DB::isError($res)) |
