Ordered aphabetically xlsx

unknown [2011-08-12 03:Aug:th]
Ordered aphabetically xlsx
Filename
configs/config.php
diff --git a/configs/config.php b/configs/config.php
index d00701f4b..cca19b4a3 100755
--- a/configs/config.php
+++ b/configs/config.php
@@ -253,8 +253,8 @@ $INDEXED_FILE_TYPES =
             "tab",
             "tsv",
             "txt",
-            "xml",
-            "xlsx");
+            "xlsx",
+            "xml");

 /**
  * @global array filetypes which should be considered images
@@ -281,7 +281,9 @@ $PAGE_PROCESSORS = array(   "text/html" => "HtmlProcessor",
                             "application/vnd.openxmlformats-officedocument.
                                 presentationml.presentation"=> "PptxProcessor",
 			    "application/epub+zip" => "EpubProcessor",
-
+                            "application/vnd.openxmlformats-officedocument.
+                                spreadsheetml.sheet" => "XlsxProcessor"
+
                             "text/rtf" => "RtfProcessor",
                             "text/plain" => "TextProcessor",
                             "text/csv" => "TextProcessor",
@@ -291,9 +293,7 @@ $PAGE_PROCESSORS = array(   "text/html" => "HtmlProcessor",
                             "image/gif" => "GifProcessor",
                             "image/png" => "PngProcessor",
                             "image/bmp" => "BmpProcessor",
-                            "image/svg+xml"=> "SvgProcessor",
-                            "application/vnd.openxmlformats-officedocument.
-                                spreadsheetml.sheet" => "XlsxProcessor"
+                            "image/svg+xml"=> "SvgProcessor"
 );

 $INDEXING_PLUGINS = array("recipe");
ViewGit