summaryrefslogtreecommitdiffstats
path: root/php/Attic/examples/sample-idp/setup.php
diff options
context:
space:
mode:
authorChristophe Nowicki <cnowicki@easter-eggs.com>2004-09-07 15:55:11 +0000
committerChristophe Nowicki <cnowicki@easter-eggs.com>2004-09-07 15:55:11 +0000
commit9388bdfc57a3b49adafc1693d21975214e63a691 (patch)
tree26c56aa58ece110dc7d74ed31531f98f745943e6 /php/Attic/examples/sample-idp/setup.php
parented0ad921339c04ae57f48e31be8d4d925585285a (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.php5
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))