Changed use of active to status
This commit is contained in:
@@ -27,12 +27,12 @@ class Model_Product_Plugin_Domain extends Model_Product_Plugin {
|
||||
// @todo Change this to a view.
|
||||
$output = sprintf('<table class="box-full"><tr class="head"><td>%s</td></tr><tr><td>',_('Domains are available with the following suffixes'));
|
||||
$output .= Table::display(
|
||||
$t->where('status','=','1')->find_all(),
|
||||
$t->list_active(),
|
||||
25,
|
||||
array(
|
||||
array(
|
||||
'display("name")'=>array('label'=>'TLD Suffix'),
|
||||
),
|
||||
array(
|
||||
array(
|
||||
));
|
||||
$output .= '</td></tr></table>';
|
||||
|
||||
|
Reference in New Issue
Block a user