mirror of
https://github.com/webmin/webmin.git
synced 2026-03-20 16:50:24 +00:00
Replace all occurrances of timelocal.pl with Time::Local https://sourceforge.net/tracker/?func=detail&atid=117457&aid=3566479&group_id=17457
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
# Display a form for editing a user, or creating a new user
|
||||
|
||||
require './user-lib.pl';
|
||||
require 'timelocal.pl';
|
||||
use Time::Local;
|
||||
&ReadParse();
|
||||
|
||||
# Show header and get the user
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
# Saves or creates a new group
|
||||
|
||||
require './user-lib.pl';
|
||||
require 'timelocal.pl';
|
||||
use Time::Local;
|
||||
&error_setup($text{'gsave_err'});
|
||||
&ReadParse();
|
||||
|
||||
|
||||
@@ -4,7 +4,7 @@
|
||||
# home directory or changing file ownerships, do that as well
|
||||
|
||||
require './user-lib.pl';
|
||||
require 'timelocal.pl';
|
||||
use Time::Local;
|
||||
&error_setup($text{'usave_err'});
|
||||
&ReadParse();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user