aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/phpbb/lock/flock.php
Commit message (Collapse)AuthorAgeFilesLines
* [ticket/11515] If condition changesVishal Pandey2019-05-081-1/+0
| | | | | | Duplicate return statements removed. PHPBB3-11515
* [ticket/11515] Inverted LogicVishal Pandey2019-05-081-3/+3
| | | | | | Inverted the logic to raise exception inside if. PHPBB3-11515
* [ticket/11515] Refactoring the patch.Vishal Pandey2019-05-081-4/+1
| | | | | | Removing else conditions. PHPBB3-11515
* [ticket/11515] Change If...else statement structVishal Pandey2019-05-081-1/+3
| | | | | | Modifications in if-else structure. PHPBB3-11515
* [ticket/11515] Extra check after acquiring locks.Vishal Pandey2019-05-081-1/+6
| | | | | | Add additional check to flock.php and db.php to ensure lock aquiring. PHPBB3-11515
* [ticket/12594] Remove @package tags and update file headersYuriy Rusko2014-05-271-4/+7
| | | | PHPBB3-12594
* [task/code-sniffer] Remove the IN_PHPBB check side-effect from class files.Andreas Fischer2013-10-301-8/+0
| | | | PHPBB3-11980
* [ticket/11700] Move all recent code to namespacesNils Adermann2013-09-161-1/+3
| | | | PHPBB3-11700
* [ticket/11698] Moving all autoloadable files to phpbb/Nils Adermann2013-07-141-0/+144
PHPBB3-11698