Correct a variable name from _id to _uuid.
This commit is contained in:
@@ -956,7 +956,7 @@ else {
|
|||||||
//get the child schema_uuid and use it to show the list of data
|
//get the child schema_uuid and use it to show the list of data
|
||||||
$sql = "select * from v_schemas ";
|
$sql = "select * from v_schemas ";
|
||||||
$sql .= "where domain_uuid = '$domain_uuid' ";
|
$sql .= "where domain_uuid = '$domain_uuid' ";
|
||||||
$sql .= "and schema_parent_id = '$schema_uuid' ";
|
$sql .= "and schema_parent_uuid = '$schema_uuid' ";
|
||||||
$prep_statement = $db->prepare($sql);
|
$prep_statement = $db->prepare($sql);
|
||||||
$prep_statement->execute();
|
$prep_statement->execute();
|
||||||
$result = $prep_statement->fetchAll(PDO::FETCH_NAMED);
|
$result = $prep_statement->fetchAll(PDO::FETCH_NAMED);
|
||||||
|
|||||||
Reference in New Issue
Block a user