Author: jablko
Date: Thu Oct  7 17:25:54 2010
New Revision: 8024

Log:
Don't load $eventPlaces, not used

Modified:
   
trunk/apps/qubit/modules/informationobject/actions/eventFormComponent.class.php

Modified: 
trunk/apps/qubit/modules/informationobject/actions/eventFormComponent.class.php
==============================================================================
--- 
trunk/apps/qubit/modules/informationobject/actions/eventFormComponent.class.php 
    Thu Oct  7 17:22:54 2010        (r8023)
+++ 
trunk/apps/qubit/modules/informationobject/actions/eventFormComponent.class.php 
    Thu Oct  7 17:25:54 2010        (r8024)
@@ -165,7 +165,5 @@
 
     $this->form->setValidator('type', new sfValidatorString);
     $this->form->setWidget('type', new sfWidgetFormSelect(array('choices' => 
$choices)));
-
-    $this->eventPlaces = 
QubitTerm::getOptionsForSelectList(QubitTaxonomy::PLACE_ID, $options = 
array('include_blank' => true));
   }
 }

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