mcramer
2012-09-13 65ea2ecf27418feaf7681a02d74168d0d82626fb
interface/web/mail/form/mail_user.tform.php
@@ -37,6 +37,7 @@
*/
global $app;
$form["title"]          = "Mailbox";
$form["description"]    = "";
@@ -280,7 +281,7 @@
            'class'   => 'plugin_listview',
           'options' => array(
            'listdef' => 'list/mail_user_filter.list.php',
            'sqlextwhere' => "mailuser_id = ".@intval(@$_REQUEST['id']),
            'sqlextwhere' => "mailuser_id = ".@$app->functions->intval(@$_REQUEST['id']),
            'sql_order_by' => "ORDER BY rulename"
         )
        )