-
Bug
-
Resolution: Fixed
-
Trivial
-
2.0
-
None
-
All
-
MOODLE_20_STABLE
-
MOODLE_22_STABLE
-
MDL_25417
-
Easy
-
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
-