diff options
author | travis%sedsystems.ca <> | 2005-01-29 03:56:26 +0100 |
---|---|---|
committer | travis%sedsystems.ca <> | 2005-01-29 03:56:26 +0100 |
commit | fc649d472490ea13b935eccf1ecd692dd7112fd4 (patch) | |
tree | 0b0e3306cdaf689b5bf7ff9cbe03d12d3341e5d6 | |
parent | f59ece67513bb56107a6a7d16cc4b1df9ab9aa9c (diff) | |
download | bugzilla-fc649d472490ea13b935eccf1ecd692dd7112fd4.tar.gz bugzilla-fc649d472490ea13b935eccf1ecd692dd7112fd4.tar.xz |
Fix up a 'fix on checkin' nit that I forgot to fix on checkin for Bug 278791
-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 |