ups, how did these get lost?

Signed-off-by: Michael Kaufmann <d00p@froxlor.org>
This commit is contained in:
Michael Kaufmann
2018-12-03 17:18:44 +01:00
parent 4a0be40f92
commit 0b3d532028
3 changed files with 6 additions and 6 deletions

View File

@@ -47,7 +47,7 @@ class PowerDNS
$sql_mode .= ',NO_AUTO_CREATE_USER';
}
$options = array(
PDO::MYSQL_ATTR_INIT_COMMAND => 'SET names utf8,sql_mode="' . $sql_mode . '"'
'PDO::MYSQL_ATTR_INIT_COMMAND' => 'SET names utf8,sql_mode="' . $sql_mode . '"'
);
$attributes = array(
'ATTR_ERRMODE' => 'ERRMODE_EXCEPTION'
@@ -102,7 +102,7 @@ class PowerDNS
/**
* remove all records and entries of a given domain
*
*
* @param array $domain
*/
public static function cleanDomainZone($domain = null)