sv language had unquoted quotes in strings

This commit is contained in:
Friendika 2011-04-17 23:38:12 -07:00
parent 229eb9c681
commit b81eefbffb
3 changed files with 15 additions and 15 deletions

View file

@ -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)