From effbc9f4a832dcb3e9f7e60d967802131a6e54af Mon Sep 17 00:00:00 2001 From: Dominique Fournier Date: Wed, 10 Sep 2014 11:38:30 +0000 Subject: [PATCH] Correct indentation error git-svn-id: https://svn.fournier38.fr/svn/ProgSVN/trunk@1807 bf3deb0d-5f1a-0410-827f-c0cc1f45334c --- dblayer.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 (`";