From: <gem...@li...> - 2012-02-23 10:08:03
|
Revision: 510 http://gemstracker.svn.sourceforge.net/gemstracker/?rev=510&view=rev Author: matijsdejong Date: 2012-02-23 10:07:53 +0000 (Thu, 23 Feb 2012) Log Message: ----------- Display worked incorrectly because of change in VerticalTable Modified Paths: -------------- tags/1.5.1/library/classes/Gems/Default/DatabaseAction.php Modified: tags/1.5.1/library/classes/Gems/Default/DatabaseAction.php =================================================================== --- tags/1.5.1/library/classes/Gems/Default/DatabaseAction.php 2012-02-23 10:00:44 UTC (rev 509) +++ tags/1.5.1/library/classes/Gems/Default/DatabaseAction.php 2012-02-23 10:07:53 UTC (rev 510) @@ -243,6 +243,7 @@ $model = $this->getModel(); if ($model->isMeta('action', 'show')) { + $table->tr(); $table->tdh($this->_('Structure')); $table->td($this->getFieldTable($this->_getParam(MUtil_Model::REQUEST_ID))); } This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |