Correct indentation error

git-svn-id: https://svn.fournier38.fr/svn/ProgSVN/trunk@1807 bf3deb0d-5f1a-0410-827f-c0cc1f45334c
This commit is contained in:
2014-09-10 11:38:30 +00:00
parent 675ecee530
commit effbc9f4a8

View File

@@ -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 (`";