Revision: 2017
Author: olavmrk
Date: Thu Dec 3 02:01:07 2009
Log: metadata-converter: Change output format to list of array assignments.
http://code.google.com/p/simplesamlphp/source/detail?r=2017
Modified:
/trunk/www/admin/metadata-converter.php
=======================================
--- /trunk/www/admin/metadata-converter.php Thu Mar 12 01:10:04 2009
+++ /trunk/www/admin/metadata-converter.php Thu Dec 3 02:01:07 2009
@@ -44,8 +44,8 @@
*/
unset($entityMetadata['entityDescriptor']);
- $text .= var_export($entityId, TRUE) . ' => ' .
- var_export($entityMetadata, TRUE) .
",\n";
+ $text .= '$metadata[' . var_export($entityId,
TRUE) . '] = ' .
+ var_export($entityMetadata, TRUE) .
";\n";
}
$entities = $text;
--
You received this message because you are subscribed to the Google Groups
"simpleSAMLphp commits" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/simplesamlphp-commits?hl=en.