fix bug in files_sql_update.pl
This commit is contained in:
parent
7aea5a869d
commit
8ada1a50ea
@ -21,7 +21,7 @@ sub check_exists {
|
|||||||
FetchHashKeyName => 'NAME_lc',
|
FetchHashKeyName => 'NAME_lc',
|
||||||
});
|
});
|
||||||
|
|
||||||
my $sql = "PRAGMA table_info(users)";
|
my $sql = "PRAGMA table_info(files)";
|
||||||
my $sth = $dbh->prepare($sql);
|
my $sth = $dbh->prepare($sql);
|
||||||
|
|
||||||
my $gotneeded;
|
my $gotneeded;
|
||||||
|
Reference in New Issue
Block a user