Author: ralfbecker
New Revision: 55083
URL: http://svn.stylite.de/viewvc/egroupware?rev=55083&view=rev
Log:
async_data is NOT NULL, therefore we should not attempt to write a NULL, even if most MySQL servers dont complain
Modified:
trunk/phpgwapi/inc/class.asyncservice.inc.php
— trunk/phpgwapi/inc/class.asyncservice.inc.php (original)
+++ trunk/phpgwapi/inc/class.asyncservice.inc.php Sat Feb 20 16:17:12 2016
@@ -511,7 +511,8 @@
}
else
{
-
$row['async_data'] = !empty($row['async_data']) ?
-
json_php_unserialize($row['async_data'], true) : null; // allow non-serialized data
}
$jobs[$row['async_id']] = egw_db::strip_array_keys($row,'async_');
}
@@ -539,7 +540,7 @@
‘async_next’ => $job[‘next’],
‘async_times’ => json_encode($job[‘times’]),
‘async_method’ => $job[‘method’],
Site24x7 APM Insight: Get Deep Visibility into Application Performance
APM + Mobile APM + RUM: Monitor 3 App instances at just $35/Month
Monitor end-to-end web transactions and take corrective actions now
Troubleshoot faster and improve end-user experience. Signup Now!
http://pubads.g.doubleclick.net/gampad/clk?id=272487151&iu=/4140
eGroupWare-cvs mailing list
eGroupWare-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/egroupware-cvs