Fix syntax errors

This commit is contained in:
Thomas Bruederli 2011-07-04 14:12:47 +02:00
parent 1f7d51be85
commit 042ff6f7c9

View file

@ -778,8 +778,8 @@ class database_driver extends calendar_driver
$attachment['name'],
$attachment['mimetype'],
strlen($attachment['data']),
base64_encode($attachment['data']),
);
base64_encode($attachment['data'])
));
return $this->rc->db->affected_rows($query);
}