SF.net SVN: postfixadmin:[1246] trunk/list-virtual.php
Brought to you by:
christian_boltz,
gingerdog
From: <chr...@us...> - 2011-10-29 22:16:23
|
Revision: 1246 http://postfixadmin.svn.sourceforge.net/postfixadmin/?rev=1246&view=rev Author: christian_boltz Date: 2011-10-29 22:16:16 +0000 (Sat, 29 Oct 2011) Log Message: ----------- list-virtual.php: - display everything by default, not only mailboxes Modified Paths: -------------- trunk/list-virtual.php Modified: trunk/list-virtual.php =================================================================== --- trunk/list-virtual.php 2011-10-25 21:55:28 UTC (rev 1245) +++ trunk/list-virtual.php 2011-10-29 22:16:16 UTC (rev 1246) @@ -467,7 +467,7 @@ //if (empty ($_GET ['tab'])) // unset ($_SESSION ['tab']); if (!isset ($_SESSION ['tab'])) - $_SESSION ['tab'] = 'mailbox'; + $_SESSION ['tab'] = 'all'; $smarty->assign ('tab', $_SESSION ['tab']); $smarty->assign ('smarty_template', 'list-virtual'); $smarty->display ('index.tpl'); This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |