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

Syntax error. replaced next with continue

git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@163 44740490-163a-0410-bde0-09ae8108e29a
parent 73cbbc24
No related branches found
No related tags found
No related merge requests found
...@@ -236,7 +236,7 @@ class SimpleSAML_XML_Shib13_AuthnResponse extends SimpleSAML_XML_AuthnResponse { ...@@ -236,7 +236,7 @@ class SimpleSAML_XML_Shib13_AuthnResponse extends SimpleSAML_XML_AuthnResponse {
if (! SimpleSAML_Utilities::checkDateConditions($start, $end)) { if (! SimpleSAML_Utilities::checkDateConditions($start, $end)) {
error_log( " Date check failed ... (from $start to $end)"); error_log( " Date check failed ... (from $start to $end)");
next; continue;
} }
} }
...@@ -273,8 +273,7 @@ class SimpleSAML_XML_Shib13_AuthnResponse extends SimpleSAML_XML_AuthnResponse { ...@@ -273,8 +273,7 @@ class SimpleSAML_XML_Shib13_AuthnResponse extends SimpleSAML_XML_AuthnResponse {
} }
} }
/* /*
echo "<PRE>token:"; echo "<PRE>token:";
echo htmlentities($token->saveXML()); echo htmlentities($token->saveXML());
......
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