1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-05 22:27:34 +02:00

Restored missing lines.

This commit is contained in:
Cameron
2019-02-21 18:33:03 -08:00
parent d3919af819
commit dd1801154e

View File

@@ -255,7 +255,7 @@
);
$result = $this->db->db_Query($query, null, 'INSERT');
$result = $this->db->db_Query($query, null, 'db_Insert');
$this->assertGreaterThan(0,$result);
@@ -281,6 +281,12 @@
),
);
$result = $this->db->db_Query($query, null, 'db_Insert');
$this->assertGreaterThan(0,$result);
$query = array(
'PREPARE' => 'SELECT * FROM '.MPREFIX.'user WHERE user_id=:user_id AND user_name=:user_name',
'EXECUTE' => array(