Author: sevein
Date: Fri Aug 12 16:26:29 2011
New Revision: 9484

Log:
Cosmetic change

Modified:
   trunk/apps/qubit/modules/right/actions/indexAction.class.php

Modified: trunk/apps/qubit/modules/right/actions/indexAction.class.php
==============================================================================
--- trunk/apps/qubit/modules/right/actions/indexAction.class.php        Fri Aug 
12 14:21:25 2011        (r9483)
+++ trunk/apps/qubit/modules/right/actions/indexAction.class.php        Fri Aug 
12 16:26:29 2011        (r9484)
@@ -35,10 +35,10 @@
       $value['restriction'] = $this->resource->restriction;
     }
 
-    $value['endDate'] = Qubit::renderDate($this->resource->endDate);
-
     $value['startDate'] = Qubit::renderDate($this->resource->startDate);
 
+    $value['endDate'] = Qubit::renderDate($this->resource->endDate);
+
     // TODO rightsholder multivalue
 
     if (isset($this->resource->rightNote))

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