Author: sevein
Date: Mon May 14 11:27:02 2012
New Revision: 11672

Log:
Cosmetic changes

Modified:
   branches/2.0/apps/qubit/modules/search/actions/advancedAction.class.php

Modified: 
branches/2.0/apps/qubit/modules/search/actions/advancedAction.class.php
==============================================================================
--- branches/2.0/apps/qubit/modules/search/actions/advancedAction.class.php     
Mon May 14 11:26:27 2012        (r11671)
+++ branches/2.0/apps/qubit/modules/search/actions/advancedAction.class.php     
Mon May 14 11:27:02 2012        (r11672)
@@ -202,8 +202,9 @@
 
               foreach ($facet['terms'] as $term)
               {
-                $facets[strtr($name, '.', '_')]['terms'][$term['term']] = 
array('count' => $term['count'],
-                                                  'term' => 
$reponames[$term['term']]);
+                $facets[strtr($name, '.', '_')]['terms'][$term['term']] = 
array(
+                  'count' => $term['count'],
+                  'term' => $reponames[$term['term']]);
               }
 
               break;
@@ -221,8 +222,9 @@
 
               foreach ($facet['terms'] as $term)
               {
-                $facets[strtr($name, '.', '_')]['terms'][$term['term']] = 
array('count' => $term['count'],
-                                                               'term' => 
$mediaTypeNames[$term['term']]);
+                $facets[strtr($name, '.', '_')]['terms'][$term['term']] = 
array(
+                  'count' => $term['count'],
+                  'term' => $mediaTypeNames[$term['term']]);
               }
 
               break;

-- 
You received this message because you are subscribed to the Google Groups 
"Qubit Toolkit 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/qubit-commits?hl=en.

Reply via email to