mirror of
https://github.com/e107inc/e107.git
synced 2025-04-05 05:02:44 +02:00
Enhanced max() test.
This commit is contained in:
parent
de6cb22225
commit
917f486d18
@ -760,6 +760,11 @@
|
||||
|
||||
$result = $this->db->max('generic', 'gen_user_id');
|
||||
$this->assertEquals('555', $result, "gen_ip = '127.0.0.1'");
|
||||
|
||||
$result = $this->db->max('generic', 'gen_user_id', "gen_ip = '127.0.0.1'");
|
||||
$this->assertEquals('555', $result);
|
||||
|
||||
|
||||
}
|
||||
|
||||
|
||||
|
@ -36,6 +36,15 @@
|
||||
{
|
||||
|
||||
$this->on->goOnline(true, true);
|
||||
|
||||
$this->on->goOnline(false, false);
|
||||
|
||||
|
||||
// $this->on->goOnline(true, true);
|
||||
|
||||
|
||||
|
||||
// var_dump($markers);
|
||||
// var_dump(TOTAL_ONLINE);
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user