diff options
Diffstat (limited to 'Bugzilla')
-rw-r--r-- | Bugzilla/Util.pm | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Bugzilla/Util.pm b/Bugzilla/Util.pm index e5207af78..7bb173e05 100644 --- a/Bugzilla/Util.pm +++ b/Bugzilla/Util.pm @@ -426,7 +426,8 @@ returns only 1 digit precision. =item C<file_mod_time($filename)> -Takes a filename and returns the modification time. It returns it in the format of the "mtime" parameter of the perl "stat" function. +Takes a filename and returns the modification time. It returns it in the format +of the "mtime" parameter of the perl "stat" function. =back |