-
Type:
Bug
-
Status: Closed
-
Priority:
Trivial
-
Resolution: Fixed
-
Affects Version/s: 2.0
-
Fix Version/s: 2.2
-
Component/s: Course
-
Labels:None
-
Environment:All
-
Testing Instructions:
-
Difficulty:Easy
-
Affected Branches:MOODLE_20_STABLE
-
Fixed Branches:MOODLE_22_STABLE
-
Pull from Repository:
-
Pull Master Branch:MDL_25417
In version 1.133 line 135 of format.php of the topics course format there is a call to time() which is assigned to the variable $timenow, but this variable is never used:
$timenow = time();
Therefore it is redundant and uses some processing time pointlessly.
- has a non-specific relationship to
-
CONTRIB-2660 Redundant call to time in format.php
-
- Closed
-