mirror of
https://github.com/e107inc/e107.git
synced 2025-08-06 06:38:00 +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);
|
$this->assertGreaterThan(0,$result);
|
||||||
|
|
||||||
|
|
||||||
@@ -281,6 +281,12 @@
|
|||||||
),
|
),
|
||||||
);
|
);
|
||||||
|
|
||||||
|
|
||||||
|
$result = $this->db->db_Query($query, null, 'db_Insert');
|
||||||
|
$this->assertGreaterThan(0,$result);
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
$query = array(
|
$query = array(
|
||||||
'PREPARE' => 'SELECT * FROM '.MPREFIX.'user WHERE user_id=:user_id AND user_name=:user_name',
|
'PREPARE' => 'SELECT * FROM '.MPREFIX.'user WHERE user_id=:user_id AND user_name=:user_name',
|
||||||
'EXECUTE' => array(
|
'EXECUTE' => array(
|
||||||
|
Reference in New Issue
Block a user