mirror of
https://github.com/IT4Change/gradido.git
synced 2025-12-13 07:45:54 +00:00
add merge bug
This commit is contained in:
parent
a99f727eab
commit
f6ddce2757
@ -13,11 +13,7 @@ use Cake\TestSuite\Fixture\TestFixture;
|
||||
class BaseTestFixture extends TestFixture
|
||||
{
|
||||
// after copy from sql export, replace all hex values to hex strings with regExp (z.B. within Netbeans)
|
||||
<<<<<<< HEAD
|
||||
// ''([0-9a-f]*) => '$1'
|
||||
=======
|
||||
// 0x([0-9a-f]*) => '$1'
|
||||
>>>>>>> 33d751edaa339bca5a33ee873d2f00453dd0545a
|
||||
protected function sqlEntrysToRecords($sql_entries, $fields) {
|
||||
$field_array_keys = array_keys($fields);
|
||||
$records = [];
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user