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:
@@ -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(
|
||||
|
Reference in New Issue
Block a user