Marius Cramer
2015-05-19 8603b4abde47d11ce9900166cd38ed8f46dc11d2
interface/web/client/domain_list.php
@@ -46,11 +46,6 @@
$app->uses('listform_actions');
if(isset($_SESSION['show_warning_msg'])) {
   $app->tpl->setloop('warning', array(array('warning_msg' => '<p>'.$_SESSION['show_warning_msg'].'</p>')));
   unset($_SESSION['show_warning_msg']);
}
$app->listform_actions->SQLOrderBy = 'ORDER BY domain.domain';
$app->listform_actions->onLoad();