Author: sevein
Date: Thu Feb  9 13:04:06 2012
New Revision: 10828

Log:
Cosmetic changes

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

Modified: trunk/apps/qubit/modules/search/actions/advancedAction.class.php
==============================================================================
--- trunk/apps/qubit/modules/search/actions/advancedAction.class.php    Thu Feb 
 9 13:02:39 2012        (r10827)
+++ trunk/apps/qubit/modules/search/actions/advancedAction.class.php    Thu Feb 
 9 13:04:06 2012        (r10828)
@@ -46,7 +46,8 @@
 
     if ($this->form->isValid())
     {
-      if (isset($request->searchFields)) {
+      if (isset($request->searchFields))
+      {
         $this->queryTerms = array();
 
         // we are handling a search request
@@ -74,7 +75,8 @@
         $criteria->addAscendingOrderByColumn('authorized_form_of_name');
 
         $choices = array('' => '');
-        foreach (QubitRepository::get($criteria) as $repository) {
+        foreach (QubitRepository::get($criteria) as $repository)
+        {
           $choices[$repository->id] = $repository;
         }
 
@@ -94,7 +96,8 @@
         $criteria->addAscendingOrderByColumn('name');
 
         $choices = array('' => '');
-        foreach (QubitTerm::get($criteria) as $mediatype) {
+        foreach (QubitTerm::get($criteria) as $mediatype)
+        {
           $choices[$mediatype->id] = $mediatype;
         }
 

-- 
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