![]() |
|
ListCurrentMailboxes($mid) in controller.ext.php - Printable Version +- Sentora Support Forums (https://senforums.mach-hosting.com) +-- Forum: General Forums - (Non-Sentora Support) (https://senforums.mach-hosting.com/forumdisplay.php?fid=1) +--- Forum: Sentora Development (https://senforums.mach-hosting.com/forumdisplay.php?fid=54) +--- Thread: ListCurrentMailboxes($mid) in controller.ext.php (/showthread.php?tid=2468) |
ListCurrentMailboxes($mid) in controller.ext.php - Vedran B - 01-12-2016 file: /etc/sentora/panel/modules/mailboxes/code/controller.ext.php I don't see why there are 2 sql querys executed here: PHP Code: static function ListCurrentMailboxes($mid)couldn't it be solved like this: PHP Code: static function ListCurrentMailboxes($mid)RE: ListCurrentMailboxes($mid) in controller.ext.php - TGates - 01-12-2016 @[Me.B] @[jacobg830] RE: ListCurrentMailboxes($mid) in controller.ext.php - Me.B - 01-12-2016 Yep that should be one query no need to execute twice once to get rows number then to assign it to objects... You should post a pull here: https://github.com/sentora/sentora-core/blob/master/modules/mailboxes/code/controller.ext.php M B |