[ postfixadmin-Bugs-3010371 ] Virtual list show no mailboxes
Brought to you by:
christian_boltz,
gingerdog
|
From: SourceForge.net <no...@so...> - 2010-06-02 09:53:25
|
Bugs item #3010371, was opened at 2010-06-02 11:53 Message generated for change (Tracker Item Submitted) made by velociraptor_as You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=937964&aid=3010371&group_id=191583 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: Core Group: SVN (please specify revision!) Status: Open Resolution: None Priority: 5 Private: No Submitted By: Ansgar (velociraptor_as) Assigned to: Nobody/Anonymous (nobody) Summary: Virtual list show no mailboxes Initial Comment: I don not know if I am here correct but I think I found a small bug. The problem: In my admin virtual list view, no mailboxes are visible. I use the actual svn revision 832. I search through the code and found a possible solution. In list-virtual.php in line 202 it sounds $sql_select = " SELECT $table_mailbox.* "; what should be $sql_select = "SELECT $table_mailbox.* "; So without the leading blank, because functions.inc.php checks in line 1582 if the query starts with "SELECT", what fails with the blank inside. I hope I could help you. Best regards Ansgar ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=937964&aid=3010371&group_id=191583 |