diff --git a/dblayer.php b/dblayer.php index daff43c..d91038e 100644 --- a/dblayer.php +++ b/dblayer.php @@ -810,8 +810,8 @@ class dblayer extends PDO if ($this->unique !== null) { if (!is_array ($this->unique)) - throw new Exception ( - _("The Unique field definition is not an array"), 500); + throw new Exception (_("The Unique field definition is not an array"), + 500); foreach ($this->unique as $u) { $sql .= ",\n UNIQUE (`";