From: <gem...@li...> - 2012-02-08 12:30:41
|
Revision: 464 http://gemstracker.svn.sourceforge.net/gemstracker/?rev=464&view=rev Author: matijsdejong Date: 2012-02-08 12:30:31 +0000 (Wed, 08 Feb 2012) Log Message: ----------- Removed reference to getPhysician() Modified Paths: -------------- branches/1.5.x/library/classes/Gems/Default/RespondentAction.php Modified: branches/1.5.x/library/classes/Gems/Default/RespondentAction.php =================================================================== --- branches/1.5.x/library/classes/Gems/Default/RespondentAction.php 2012-02-08 12:30:08 UTC (rev 463) +++ branches/1.5.x/library/classes/Gems/Default/RespondentAction.php 2012-02-08 12:30:31 UTC (rev 464) @@ -202,7 +202,6 @@ if ($detailed) { $model->set('gr2o_comments', 'label', $this->_('Comments')); - $model->set('gr2o_id_physician', 'label', $this->_('Physician'), 'multiOptions', MUtil_Lazy::call(array($this, 'getPhysicians'))); $model->set('gr2o_treatment', 'label', $this->_('Treatment')); $model->addColumn('CASE WHEN grs_email IS NULL OR LENGTH(TRIM(grs_email)) = 0 THEN 1 ELSE 0 END', 'calc_email'); This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |