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

fixing case-typo in metadata parsing

git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@413 44740490-163a-0410-bde0-09ae8108e29a
parent 8e3494be
No related branches found
No related tags found
No related merge requests found
......@@ -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");
......
......@@ -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>
......
......@@ -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>
......
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