
28th May 2010, 19:49
|
|
Super Moderator
|
|
Join Date: Apr 2005
Location: Lüneburg, Germany
Posts: 31,911
Thanks: 693
Thanked 4,198 Times in 3,213 Posts
|
|
Yes, the $app object from ispconfig is missing. Changing all accurrences in the diffrec function from:
$app->db->quote(
to:
$this->quote(
in the mysql class should fix this.
|