Use the WebGUI::Inbox module to build objects.
This commit is contained in:
parent
81813902da
commit
c50688f987
1 changed files with 1 additions and 0 deletions
|
|
@ -49,6 +49,7 @@ select messageId, inbox.userId
|
|||
where users.userId IS NULL
|
||||
EOSQL
|
||||
$sth->execute([]);
|
||||
use WebGUI::Inbox;
|
||||
my $inbox = WebGUI::Inbox->new($session);
|
||||
while (my ($messageId, $userId) = $sth->array) {
|
||||
my $message = $inbox->getMessage($messageId, $userId);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue