Correct indentation error
git-svn-id: https://svn.fournier38.fr/svn/ProgSVN/trunk@1807 bf3deb0d-5f1a-0410-827f-c0cc1f45334c
This commit is contained in:
@@ -810,8 +810,8 @@ class dblayer extends PDO
|
|||||||
if ($this->unique !== null)
|
if ($this->unique !== null)
|
||||||
{
|
{
|
||||||
if (!is_array ($this->unique))
|
if (!is_array ($this->unique))
|
||||||
throw new Exception (
|
throw new Exception (_("The Unique field definition is not an array"),
|
||||||
_("The Unique field definition is not an array"), 500);
|
500);
|
||||||
foreach ($this->unique as $u)
|
foreach ($this->unique as $u)
|
||||||
{
|
{
|
||||||
$sql .= ",\n UNIQUE (`";
|
$sql .= ",\n UNIQUE (`";
|
||||||
|
|||||||
Reference in New Issue
Block a user