mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-05-04 17:44:38 +09:00
Remove args from return value
This commit is contained in:
parent
5496180b47
commit
f6b260d829
1 changed files with 0 additions and 1 deletions
|
|
@ -344,7 +344,6 @@ class DB
|
||||||
{
|
{
|
||||||
$output = $this->setError(-1, $e->getMessage());
|
$output = $this->setError(-1, $e->getMessage());
|
||||||
$output->add('_query', $query_string);
|
$output->add('_query', $query_string);
|
||||||
$output->add('_args', $query_params);
|
|
||||||
$output->add('_elapsed_time', '0.00000');
|
$output->add('_elapsed_time', '0.00000');
|
||||||
$output->page_navigation = new \PageHandler(0, 0, 0);
|
$output->page_navigation = new \PageHandler(0, 0, 0);
|
||||||
$this->_query_id = '';
|
$this->_query_id = '';
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue