mirror of
https://github.com/webmin/webmin.git
synced 2025-08-16 14:51:18 +00:00
Remove use of deprecated defined(@foo)
https://sourceforge.net/tracker/?func=detail&atid=117457&aid=3138980&group_id=17457
This commit is contained in:
@ -23,7 +23,7 @@ return &find_textfile($config{'access_file'}, &access_dbm($_[0]));
|
||||
# list_access(textfile)
|
||||
sub list_access
|
||||
{
|
||||
if (!defined(@list_access_cache)) {
|
||||
if (!length(@list_access_cache)) {
|
||||
@list_access_cache = ( );
|
||||
local $lnum = 0;
|
||||
open(ACC, $_[0]);
|
||||
|
Reference in New Issue
Block a user