ADDITIONS/fetchmail.pl: typo fix for field name - use poll_time, not pool_time - thanks to xpoint on irc who reported this

git-svn-id: https://svn.code.sf.net/p/postfixadmin/code/trunk@165 a1433add-5e2c-0410-b055-b7f2511e0802
postfixadmin-2.3
David Goodwin 17 years ago
parent 8fa1a46a2f
commit 30e72a6931

@ -20,7 +20,7 @@ $dbh = DBI->connect($dsn, $user, $password) || die "cannot connect the database"
$sql=<<SQL;
SELECT id,mailbox,src_server,src_auth,src_user,src_password,src_folder,fetchall,keep,protocol,mda,extra_options
FROM fetchmail
WHERE unix_timestamp(now())-unix_timestamp(date) > pool_time*60
WHERE unix_timestamp(now())-unix_timestamp(date) > poll_time*60
SQL
my (%config);

Loading…
Cancel
Save