mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-01-03 04:29:28 +01:00
"removed not used query variable"
This commit is contained in:
parent
6f556a23df
commit
e8577f10a7
@ -147,12 +147,10 @@ class egw_exception_db extends egw_exception
|
|||||||
* Constructor
|
* Constructor
|
||||||
*
|
*
|
||||||
* @param string $msg=null message, default "Database error!"
|
* @param string $msg=null message, default "Database error!"
|
||||||
* @param unknown_type $code=100
|
* @param int $code=100
|
||||||
*/
|
*/
|
||||||
function __construct($msg=null,$code=100)
|
function __construct($msg=null,$code=100)
|
||||||
{
|
{
|
||||||
$this->query = $query;
|
|
||||||
|
|
||||||
if (is_null($msg)) $msg = lang('Database error!');
|
if (is_null($msg)) $msg = lang('Database error!');
|
||||||
|
|
||||||
parent::__construct($msg,$code);
|
parent::__construct($msg,$code);
|
||||||
|
Loading…
Reference in New Issue
Block a user