-
Type:
Improvement
-
Status: Unverified Fix (View Workflow)
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: 3.1.0-dev
-
Fix Version/s: 3.1.0-a1
-
Component/s: None
-
Labels:None
-
GitHub Pull Request URL:
includes/functions_user.php
// In phpBB 3.1.x i want to have logging in a class to be able to control it
|
// For now, we need a quite hakish approach to circumvent logging for some actions
|
// @todo implement cleanly
|
if (!empty($GLOBALS['skip_add_log']))
|