Revision: 2024
Author: olavmrk
Date: Thu Dec  3 05:57:54 2009
Log: SAMLBuilder: Remove unused arrayize-function.
http://code.google.com/p/simplesamlphp/source/detail?r=2024

Modified:
  /trunk/lib/SimpleSAML/Metadata/SAMLBuilder.php

=======================================
--- /trunk/lib/SimpleSAML/Metadata/SAMLBuilder.php      Thu Nov  5 03:45:54 2009
+++ /trunk/lib/SimpleSAML/Metadata/SAMLBuilder.php      Thu Dec  3 05:57:54 2009
@@ -137,15 +137,6 @@
                        }
                }
        }
-
-       public static function arrayize($data) {
-               if (is_array($data)) {
-                       return $data;
-               } else {
-                       return array($data);
-               }
-       }
-


        public function addOrganizationInfo($metadata) {

--

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.


Reply via email to