fixed typo

This commit is contained in:
Ralf Becker 2004-07-25 20:05:28 +00:00
parent 788440b69d
commit 8286bb3dc6

View File

@ -525,7 +525,7 @@
'async_times' => serialize($job['times']),
'async_method' => $job['method'],
'async_data' => serialize($job['data']),
'async_accont_id' => $job['account_id'],
'async_account_id'=> $job['account_id'],
);
if ($exists)
{