From 07109a866c0e4766621dfabfe505861d121f5657 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Andreas=20=C3=85kre=20Solberg?= <andreas.solberg@uninett.no>
Date: Fri, 14 Mar 2008 07:58:59 +0000
Subject: [PATCH] fixing case-typo in metadata parsing

git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@413 44740490-163a-0410-bde0-09ae8108e29a
---
 bin/parseMetadata.php             | 4 ++--
 docs/source/simplesamlphp-idp.xml | 2 +-
 docs/source/simplesamlphp-sp.xml  | 2 +-
 3 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/bin/parseMetadata.php b/bin/parseMetadata.php
index 3a1b72da7..9a1b83a8d 100755
--- a/bin/parseMetadata.php
+++ b/bin/parseMetadata.php
@@ -168,7 +168,7 @@ function writeMetadataFiles() {
 
 		foreach($elements as $m) {
 			$filename = $m['filename'];
-			$entityID = $m['metadata']['entityID'];
+			$entityID = $m['metadata']['entityid'];
 
 			fwrite($fh, "\n");
 			fwrite($fh, '/* The following metadata was generated from ' . $filename . ' on ' . $GLOBALS['when'] . '. */' . "\n");
@@ -196,7 +196,7 @@ function dumpMetadataStdOut() {
 
 		foreach($elements as $m) {
 			$filename = $m['filename'];
-			$entityID = $m['metadata']['entityID'];
+			$entityID = $m['metadata']['entityid'];
 
 			echo("\n");
 			echo('/* The following metadata was generated from ' . $filename . ' on ' . $GLOBALS['when'] . '. */' . "\n");
diff --git a/docs/source/simplesamlphp-idp.xml b/docs/source/simplesamlphp-idp.xml
index 6e208fb22..963f2f73c 100644
--- a/docs/source/simplesamlphp-idp.xml
+++ b/docs/source/simplesamlphp-idp.xml
@@ -7,7 +7,7 @@
   <articleinfo>
     <date>2007-10-15</date>
 
-    <pubdate>Tue Mar 11 20:59:28 2008</pubdate>
+    <pubdate>Thu Mar 13 22:22:51 2008</pubdate>
 
     <author>
       <firstname>Andreas Ă…kre</firstname>
diff --git a/docs/source/simplesamlphp-sp.xml b/docs/source/simplesamlphp-sp.xml
index 11e8041b9..f48224c19 100644
--- a/docs/source/simplesamlphp-sp.xml
+++ b/docs/source/simplesamlphp-sp.xml
@@ -7,7 +7,7 @@
   <articleinfo>
     <date>2007-10-15</date>
 
-    <pubdate>Tue Mar 11 21:00:41 2008</pubdate>
+    <pubdate>Thu Mar 13 22:23:40 2008</pubdate>
 
     <author>
       <firstname>Andreas Ă…kre</firstname>
-- 
GitLab