mirror of
https://gitlab.com/davical-project/davical.git
synced 2026-08-09 15:06:05 +00:00
Removing those nassty call by reference 'errors'.
This commit is contained in:
parent
471d0025f1
commit
4794dfa79d
@ -271,7 +271,7 @@ class PdoDatabase {
|
||||
* @param mixed ... Subsequent arguments are positionally replaced into the $sql_query_string
|
||||
*/
|
||||
function Prepare( ) {
|
||||
$qry = new PdoQuery( &$this );
|
||||
$qry = new PdoQuery( $this );
|
||||
$qry->Query(func_get_args());
|
||||
return $qry;
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user