Florian Schaal
2015-05-07 bb690d44eb8cbfce446b5bf023cdc7bd47a53fdb
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();