Passed
Push — release-2.1 ( e31624...391b74 )
by Mathias
26:03 queued 19:58
created
other/update_unicode_data.php 1 patch
Braces   +3 added lines, -1 removed lines patch added patch discarded remove patch
@@ -56,7 +56,9 @@
 block discarded – undo
56 56
 }
57 57
 
58 58
 // This should never be needed, but set it for completeness.
59
-$smcFunc['db_insert'] = function($method, $table, $columns, $data, $keys, $returnmode = 0, $connection = null) {};
59
+$smcFunc['db_insert'] = function($method, $table, $columns, $data, $keys, $returnmode = 0, $connection = null)
60
+{
61
+};
60 62
 
61 63
 // 3. Do the job.
62 64
 require_once($sourcedir . '/Subs.php');
Please login to merge, or discard this patch.