BUG : dblayer : allow to create more than one foreign key
git-svn-id: https://svn.fournier38.fr/svn/ProgSVN/trunk@1808 bf3deb0d-5f1a-0410-827f-c0cc1f45334c
This commit is contained in:
@@ -830,8 +830,6 @@ class dblayer extends PDO
|
||||
$k[1]."`)";
|
||||
if (isset ($k[2]))
|
||||
$sql .= " ".$k[2];
|
||||
if ($i > 0)
|
||||
$sql .= ",";
|
||||
$i++;
|
||||
}
|
||||
$sql .=")";
|
||||
|
||||
Reference in New Issue
Block a user