Build: #15 was successful
Job: PHP 8.1 - SQLite was successful
Code commits
phpBB Master
-
Marc 19d136f62dbf59829d58c7c0234fb679431c9d0a
Merge branch '3.2.x'
-
Marc 0c96873e731acee531748bad142cf852fdd1d30f m
Merge branch '3.1.x' into 3.2.x
-
Marc c60caace5dff459599e4385d27362fedd20be5d6 m
Merge pull request #4552 from nicebb/ticket/13757
[ticket/13757] Properly fix bug with negative PM count -
Victor A. Safronov <vitek@vitek.tomsk.ru> 8f841197430c6b8dfdbd43ef255e9986584a07ee m
[ticket/13757] Properly fix bug with negative PM count
The fix from PR #4548 doesn't work as expected because
in phpBB the sql_affectedrows() method always returns
a count of matched rows instead of affected rows.
This commit fixes bug properly.
PHPBB3-13757- phpBB/includes/functions_privmsgs.php (version 8f841197430c6b8dfdbd43ef255e9986584a07ee)