mirror of
https://gitlab.com/davical-project/davical.git
synced 2026-05-01 16:11:20 +00:00
Check the correct variable. Whoops.
This commit is contained in:
parent
84c5fbea22
commit
ccfa2f3622
@ -231,8 +231,8 @@ class AwlQuery
|
|||||||
$this->execution_time = 0;
|
$this->execution_time = 0;
|
||||||
$this->error_info = null;
|
$this->error_info = null;
|
||||||
$this->rownum = -1;
|
$this->rownum = -1;
|
||||||
if ( isset($dbconn) ) $this->connection = $_awl_dbconn;
|
if ( isset($_awl_dbconn) ) $this->connection = $_awl_dbconn;
|
||||||
else $this->connection = null;
|
else $this->connection = null;
|
||||||
|
|
||||||
$argc = func_num_args();
|
$argc = func_num_args();
|
||||||
$args = func_get_args();
|
$args = func_get_args();
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user