@@ -56,7 +56,9 @@ |
||
| 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'); |