Marius Cramer
2015-08-06 37b29231e47a0c4458dc1c15d98588f16f07e1e2
interface/web/client/domain_list.php
@@ -46,11 +46,6 @@
$app->uses('listform_actions');
if(isset($_SESSION['show_info_msg'])) {
   $app->tpl->setloop('info', array(array('info_msg' => '<p>'.$_SESSION['show_info_msg'].'</p>')));
   unset($_SESSION['show_info_msg']);
}
$app->listform_actions->SQLOrderBy = 'ORDER BY domain.domain';
$app->listform_actions->onLoad();