From b81eefbffbf747b6ec3a65ca0ef771b1e88aa00c Mon Sep 17 00:00:00 2001 From: Friendika Date: Sun, 17 Apr 2011 23:38:12 -0700 Subject: sv language had unquoted quotes in strings --- include/poller.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/poller.php') diff --git a/include/poller.php b/include/poller.php index 4e1e30ad5..82ac89cf5 100644 --- a/include/poller.php +++ b/include/poller.php @@ -302,7 +302,7 @@ function poller_run($argv, $argc){ $mbox = email_connect($mailbox,$mailconf[0]['user'],$password); unset($password); if($mbox) { - q("UPDATE `mailacct` SET `last_check` = '%d' WHERE `id` = %d AND `uid` = %d LIMIT 1", + q("UPDATE `mailacct` SET `last_check` = '%s' WHERE `id` = %d AND `uid` = %d LIMIT 1", dbesc(datetime_convert()), intval($mailconf[0]['id']), intval($importer_uid) -- cgit v1.2.3